summaryrefslogtreecommitdiffstats
path: root/source/smbd/process.c
diff options
context:
space:
mode:
authorJelmer Vernooij <jelmer@samba.org>2003-04-16 12:13:07 +0000
committerJelmer Vernooij <jelmer@samba.org>2003-04-16 12:13:07 +0000
commitc7a1de090db35835be1a1623bfc80c04065c5dd9 (patch)
tree2b97bdad2e00a5017166809cf9e25ee0727f4a63 /source/smbd/process.c
parent03a1f46e3448913cc21ed89aafaa22818d4026d0 (diff)
downloadsamba-c7a1de090db35835be1a1623bfc80c04065c5dd9.tar.gz
samba-c7a1de090db35835be1a1623bfc80c04065c5dd9.tar.xz
samba-c7a1de090db35835be1a1623bfc80c04065c5dd9.zip
Add support for the new modules system to auth/ (merge from HEAD)
Diffstat (limited to 'source/smbd/process.c')
-rw-r--r--source/smbd/process.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/smbd/process.c b/source/smbd/process.c
index 16ef30c46c8..de1bea493fa 100644
--- a/source/smbd/process.c
+++ b/source/smbd/process.c
@@ -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;
/****************************************************************************