ACB_ values exceed 16 bits, yet some working variables explicitly declared as uint16

Jeremy Allison jra at samba.org
Wed Feb 22 00:34:43 GMT 2006


On Tue, Feb 21, 2006 at 05:13:01PM -0500, Richard Bollinger wrote:
> Hmm... looks like the error breaking the compile isn't that one, but
> an '&' reference to a dynamic variable fixed by the following
> mini-patch:
> 
> --- ../source/utils/pdbedit.c Thu Feb 16 11:50:18 2006
> +++ ./utils/pdbedit.c Tue Feb 21 17:09:52 2006
> @@ -634,7 +634,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;
> 
> No idea if the warnings cited before are a real problem at this time.

Fixed - thanks.

Jeremy.


More information about the samba-technical mailing list