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:
parent
7d21cf420f
commit
02da5189f1
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user