move the global_machine_password_needs_changing where we need it.
authorSimo Sorce <idra@samba.org>
Tue, 17 Jul 2001 08:34:12 +0000 (08:34 +0000)
committerSimo Sorce <idra@samba.org>
Tue, 17 Jul 2001 08:34:12 +0000 (08:34 +0000)
(This used to be commit 8a2f6fbacd275acc7b356169f4022df4860a813e)

source3/passdb/smbpassfile.c
source3/smbd/password.c

index f995d8fd4b668a468b1f19831f9f5618319f4c10..3f3e2332a0027d1e0880a39de52ddfb115541ad4 100644 (file)
@@ -30,8 +30,6 @@
 extern int DEBUGLEVEL;
 extern pstring global_myname;
 
-BOOL global_machine_password_needs_changing = False;
-
 
 static int mach_passwd_lock_depth;
 static FILE *mach_passwd_fp;
index e905d9207fe73d7c1518fb927b586379a525b784..fb9c39bde41e7c46ae24e3b1f0765588cac455ca 100644 (file)
@@ -25,6 +25,8 @@ extern int DEBUGLEVEL;
 extern int Protocol;
 extern struct in_addr ipzero;
 
+BOOL global_machine_password_needs_changing = False;
+
 /* users from session setup */
 static pstring session_users="";