diff options
Diffstat (limited to 'source3/include/proto.h')
-rw-r--r-- | source3/include/proto.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/proto.h b/source3/include/proto.h index 7673fc2ed5..9fd3694818 100644 --- a/source3/include/proto.h +++ b/source3/include/proto.h @@ -793,7 +793,7 @@ void SMBOWFencrypt_ntv2(const uchar kr[16], char resp_buf[16]); void SMBgenclientchals(char *lm_cli_chal, char *nt_cli_chal, int *nt_cli_chal_len, - const char *srv, const char *domain); + const char *srv, const char *dom); void ntv2_owf_gen(const uchar owf[16], const char *user_n, const char *domain_n, |