summaryrefslogtreecommitdiffstats
path: root/source/pam_smbpass
diff options
context:
space:
mode:
authorGerald Carter <jerry@samba.org>2006-02-08 04:11:08 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:09:57 -0500
commit064338c6f5644d1ceddf341d4ba5619a3d68ffa7 (patch)
tree684d8e025e4128b12a35b3a49be72237d1dccc10 /source/pam_smbpass
parent1b955bbf59e5b11014405d888d58fefbc055ad38 (diff)
downloadsamba-064338c6f5644d1ceddf341d4ba5619a3d68ffa7.tar.gz
samba-064338c6f5644d1ceddf341d4ba5619a3d68ffa7.tar.xz
samba-064338c6f5644d1ceddf341d4ba5619a3d68ffa7.zip
r13384: Adding in some more SuSE patches
* uninitialized-variables.diff * samba-smbadduser.diff * samba-implicit_decl.patch
Diffstat (limited to 'source/pam_smbpass')
-rw-r--r--source/pam_smbpass/pam_smb_auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/pam_smbpass/pam_smb_auth.c b/source/pam_smbpass/pam_smb_auth.c
index cbdb6fa8116..f604d42449f 100644
--- a/source/pam_smbpass/pam_smb_auth.c
+++ b/source/pam_smbpass/pam_smb_auth.c
@@ -67,7 +67,7 @@ int pam_sm_authenticate(pam_handle_t *pamh, int flags,
SAM_ACCOUNT *sampass = NULL;
extern BOOL in_client;
const char *name;
- void (*oldsig_handler)(int);
+ void (*oldsig_handler)(int) = NULL;
BOOL found;
/* Points to memory managed by the PAM library. Do not free. */