summaryrefslogtreecommitdiff
path: root/source4/pam_smbpass
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2003-08-15 18:33:43 +0000
committerAndrew Tridgell <tridge@samba.org>2003-08-15 18:33:43 +0000
commit8e4ab747b02207671203d40cd2a78692da78faef (patch)
treec4ebd704ba8a88f67513a61f4e4e5e11e78d6132 /source4/pam_smbpass
parentefacfb37fc0d7310c72c40bfed4b52ecaf365b11 (diff)
downloadsamba-8e4ab747b02207671203d40cd2a78692da78faef.tar.gz
samba-8e4ab747b02207671203d40cd2a78692da78faef.tar.bz2
samba-8e4ab747b02207671203d40cd2a78692da78faef.zip
more fixes from the IRIX compiler (thanks herb!)
(This used to be commit 4cf3839b727c77a727abb558bd9473119a092913)
Diffstat (limited to 'source4/pam_smbpass')
-rw-r--r--source4/pam_smbpass/pam_smb_acct.c2
-rw-r--r--source4/pam_smbpass/pam_smb_auth.c2
-rw-r--r--source4/pam_smbpass/pam_smb_passwd.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/source4/pam_smbpass/pam_smb_acct.c b/source4/pam_smbpass/pam_smb_acct.c
index 0803ef82a2..aa3386d517 100644
--- a/source4/pam_smbpass/pam_smb_acct.c
+++ b/source4/pam_smbpass/pam_smb_acct.c
@@ -51,7 +51,7 @@ int pam_sm_acct_mgmt( pam_handle_t *pamh, int flags,
extern BOOL in_client;
/* Samba initialization. */
- setup_logging( "pam_smbpass", False );
+ setup_logging( "pam_smbpass", DEBUG_FILE);
in_client = True;
ctrl = set_ctrl( flags, argc, argv );
diff --git a/source4/pam_smbpass/pam_smb_auth.c b/source4/pam_smbpass/pam_smb_auth.c
index e5cc12e2f6..fa38ba042c 100644
--- a/source4/pam_smbpass/pam_smb_auth.c
+++ b/source4/pam_smbpass/pam_smb_auth.c
@@ -72,7 +72,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
/* Samba initialization. */
- setup_logging("pam_smbpass",False);
+ setup_logging("pam_smbpass",DEBUG_FILE);
in_client = True;
ctrl = set_ctrl(flags, argc, argv);
diff --git a/source4/pam_smbpass/pam_smb_passwd.c b/source4/pam_smbpass/pam_smb_passwd.c
index 91eae3c7a1..5e6d6060a4 100644
--- a/source4/pam_smbpass/pam_smb_passwd.c
+++ b/source4/pam_smbpass/pam_smb_passwd.c
@@ -99,7 +99,7 @@ int pam_sm_chauthtok(pam_handle_t *pamh, int flags,
NTSTATUS nt_status;
/* Samba initialization. */
- setup_logging( "pam_smbpass", False );
+ setup_logging( "pam_smbpass", DEBUG_FILE );
in_client = True;
ctrl = set_ctrl(flags, argc, argv);