[SCM] Samba Shared Repository - branch master updated - 65ca8eb3dd8bd0d857f6be2501abf6898ee10631

Michael Adam obnox at samba.org
Mon Oct 27 12:01:24 GMT 2008


The branch, master has been updated
       via  65ca8eb3dd8bd0d857f6be2501abf6898ee10631 (commit)
      from  1c6aa01e1f2f5e7ec1a55aace9392622d91b04c5 (commit)

http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master


- Log -----------------------------------------------------------------
commit 65ca8eb3dd8bd0d857f6be2501abf6898ee10631
Author: Michael Adam <obnox at samba.org>
Date:   Thu Oct 23 11:00:49 2008 +0200

    [s3]pdbedit: remove unused variable.
    
    Note: The change of commit r21962 (or fe962d2e48, aka f540c18b2)
    that was partly lost in the SVN->git glue commit e5a951325a6
    (aka 5c6c8e1fe93f34) is not needed any more since the handler
    for option "-s" calls set_dyn_CONFIGFILE().
    
    Michael

-----------------------------------------------------------------------

Summary of changes:
 source3/utils/pdbedit.c |    4 ----
 1 files changed, 0 insertions(+), 4 deletions(-)


Changeset truncated at 500 lines:

diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index 6a7189e..fe99b6f 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/utils/pdbedit.c
@@ -809,7 +809,6 @@ int main (int argc, char **argv)
 	static char *pwd_time_format = NULL;
 	static int pw_from_stdin = False;
 	struct pdb_methods *bin, *bout, *bdef;
-	char *configfile = NULL;
 	TALLOC_CTX *frame = talloc_stackframe();
 	poptContext pc;
 	struct poptOption long_options[] = {
@@ -869,9 +868,6 @@ int main (int argc, char **argv)
 		case 'C':
 			account_policy_value_set = True;
 			break;
-		case 's':
-			configfile = optarg;
-			break;
 		}
 	}
 


-- 
Samba Shared Repository


More information about the samba-cvs mailing list