Add support for the new modules system to auth/ (merge from HEAD)
[jra/samba/.git] / source3 / smbd / process.c
index 16ef30c46c896add50c5df50087fd971501145d4..de1bea493fa484419146364e98bb20eb32e59683 100644 (file)
@@ -44,7 +44,7 @@ extern userdom_struct current_user_info;
 extern int smb_read_error;
 SIG_ATOMIC_T reload_after_sighup = 0;
 SIG_ATOMIC_T got_sig_term = 0;
-extern BOOL global_machine_password_needs_changing;
+BOOL global_machine_password_needs_changing = False;
 extern int max_send;
 
 /****************************************************************************