diff options
Diffstat (limited to 'source3/passdb')
-rw-r--r-- | source3/passdb/smbpassfile.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/passdb/smbpassfile.c b/source3/passdb/smbpassfile.c index ecf9efe303..83b0e7ef6b 100644 --- a/source3/passdb/smbpassfile.c +++ b/source3/passdb/smbpassfile.c @@ -22,8 +22,8 @@ extern int DEBUGLEVEL; BOOL global_machine_password_needs_changing = False; -static int mach_passwd_lock_depth; -static FILE *mach_passwd_fp; +static int mach_passwd_lock_depth = 0; +static FILE *mach_passwd_fp = NULL; /************************************************************************ Routine to get the name for a trust account file. |