diff options
Diffstat (limited to 'src/gss_creds.c')
-rw-r--r-- | src/gss_creds.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gss_creds.c b/src/gss_creds.c index b16f9ca..2f062bd 100644 --- a/src/gss_creds.c +++ b/src/gss_creds.c @@ -98,7 +98,7 @@ static int get_initial_creds(struct gssntlm_name *name, goto done; } cred->cred.user.nt_hash.length = 16; - ret = ntlm_pwd_to_nt_hash(pwd, &cred->cred.user.nt_hash); + ret = NTOWFv1(pwd, &cred->cred.user.nt_hash); goto done; } |