diff options
Diffstat (limited to 'source3/smbd/chgpasswd.c')
-rw-r--r-- | source3/smbd/chgpasswd.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/source3/smbd/chgpasswd.c b/source3/smbd/chgpasswd.c index fb06ad3ab8..1c31d9757a 100644 --- a/source3/smbd/chgpasswd.c +++ b/source3/smbd/chgpasswd.c @@ -672,8 +672,7 @@ BOOL check_lanman_password(char *user, uchar * pass1, no longer be valid. ************************************************************/ -BOOL change_lanman_password(SAM_ACCOUNT *sampass, uchar * pass1, - uchar * pass2) +BOOL change_lanman_password(SAM_ACCOUNT *sampass, uchar *pass2) { static uchar null_pw[16]; uchar unenc_new_pw[16]; |