diff options
author | Andrew Tridgell <tridge@samba.org> | 2001-04-13 04:09:39 +0000 |
---|---|---|
committer | Andrew Tridgell <tridge@samba.org> | 2001-04-13 04:09:39 +0000 |
commit | c642cf5bcc66022c6e426454ae881496375c2ccb (patch) | |
tree | 56b49cedbbdb2f6cdf145d6a0c19ecd0c9e0719b /source/auth/pampass.c | |
parent | e13511271193003765e7a28a621b73eda9bf5198 (diff) | |
download | samba-c642cf5bcc66022c6e426454ae881496375c2ccb.tar.gz samba-c642cf5bcc66022c6e426454ae881496375c2ccb.tar.xz samba-c642cf5bcc66022c6e426454ae881496375c2ccb.zip |
- remove template from smbrun(). Now uses /tmp and mkstemp
- fixed some uninitialised variable warnings
- removed smbrun utility (never used)
- removed some incorrect varargs usage
- removed smbrun smb.conf option
Diffstat (limited to 'source/auth/pampass.c')
-rw-r--r-- | source/auth/pampass.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/source/auth/pampass.c b/source/auth/pampass.c index 08f6027a880..e6de54dfe69 100644 --- a/source/auth/pampass.c +++ b/source/auth/pampass.c @@ -61,8 +61,6 @@ static char *PAM_password; static BOOL pam_error_handler(pam_handle_t *pamh, int pam_error, char *msg, int dbglvl) { - int retval; - if( pam_error != PAM_SUCCESS) { DEBUG(dbglvl, ("PAM: %s : %s\n", msg, pam_strerror(pamh, pam_error))); |