1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-12 09:18:10 +03:00

r13607: Fix compile - don't ref auto variable in a structure initialization.

Fix from Richard Bollinger <rabollinger@gmail.com>.
Jeremy.
This commit is contained in:
Jeremy Allison 2006-02-22 00:34:35 +00:00 committed by Gerald (Jerry) Carter
parent 7d21cf420f
commit 02da5189f1

View File

@ -655,7 +655,7 @@ int main (int argc, char **argv)
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;