From 3f00cce9b3502c8ec9b3f7fcf5b2024c10550f82 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 13 Sep 2011 14:33:31 +0200 Subject: s3:libsmb: pass max_protocol to cli_negprot() metze --- source3/auth/auth_server.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/auth/auth_server.c') diff --git a/source3/auth/auth_server.c b/source3/auth/auth_server.c index 04b46737a2..1df085321a 100644 --- a/source3/auth/auth_server.c +++ b/source3/auth/auth_server.c @@ -106,7 +106,7 @@ static struct cli_state *server_cryptkey(TALLOC_CTX *mem_ctx) DEBUG(3,("got session\n")); - status = cli_negprot(cli); + status = cli_negprot(cli, PROTOCOL_NT1); if (!NT_STATUS_IS_OK(status)) { TALLOC_FREE(mutex); -- cgit