s3:pam_smbpass: make smb_update_db() static.
authorMichael Adam <obnox@samba.org>
Thu, 28 May 2009 23:02:46 +0000 (01:02 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 29 May 2009 21:28:38 +0000 (23:28 +0200)
Michael

source3/pam_smbpass/pam_smb_passwd.c

index 9504e4d53c17240762d810c96767166a5d584019..0563af383cfd7afc1f916b88455765bcde14109e 100644 (file)
@@ -45,7 +45,7 @@
 
 #include "support.h"
 
-int smb_update_db( pam_handle_t *pamh, int ctrl, const char *user,  const char *pass_new )
+static int smb_update_db( pam_handle_t *pamh, int ctrl, const char *user,  const char *pass_new )
 {
        int retval;
        char *err_str = NULL;