svn commit: samba r13608 - in trunk/source/utils: .

jra at samba.org jra at samba.org
Wed Feb 22 00:34:38 GMT 2006


Author: jra
Date: 2006-02-22 00:34:36 +0000 (Wed, 22 Feb 2006)
New Revision: 13608

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=13608

Log:
Fix compile - don't ref auto variable in a structure initialization.
Fix from Richard Bollinger <rabollinger at gmail.com>.
Jeremy.

Modified:
   trunk/source/utils/pdbedit.c


Changeset:
Modified: trunk/source/utils/pdbedit.c
===================================================================
--- trunk/source/utils/pdbedit.c	2006-02-22 00:34:35 UTC (rev 13607)
+++ trunk/source/utils/pdbedit.c	2006-02-22 00:34:36 UTC (rev 13608)
@@ -655,7 +655,7 @@
 	static char *pwd_can_change_time = NULL;
 	static char *pwd_must_change_time = NULL;
 	static char *pwd_time_format = NULL;
-	BOOL pw_from_stdin = False;
+	static BOOL pw_from_stdin = False;
 
 	struct pdb_methods *bdef = NULL;
 	poptContext pc;



More information about the samba-cvs mailing list