mirror of
https://github.com/samba-team/samba.git
synced 2025-02-02 09:47:23 +03:00
s3:pam_smbpass: make smb_update_db() static.
Michael
This commit is contained in:
parent
dde62b35d7
commit
23e3b44689
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user