From 7672761567005733cd0c82ac44a5973b6ff8ccd1 Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Tue, 6 Jul 1999 21:29:54 +0000 Subject: use of safe_cli_errstr() and cli_establish_connection(). (This used to be commit b60eb8c9fc61bf207ab3600eec3ca722403c4d19) --- source3/include/proto.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include') 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, -- cgit