From b5caff56ec0ecfbdd3f7ddd8b0a1d6bd617886b3 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 22 Feb 2006 00:34:35 +0000 Subject: r13607: Fix compile - don't ref auto variable in a structure initialization. Fix from Richard Bollinger . Jeremy. (This used to be commit 02da5189f1c2a07a7ac02cf51e23782f70829f34) --- source3/utils/pdbedit.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/pdbedit.c') diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c index f1e4fb6542..bd33676547 100644 --- a/source3/utils/pdbedit.c +++ b/source3/utils/pdbedit.c @@ -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; -- cgit