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/nmbd/nmbd_synclists.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nmbd') diff --git a/source3/nmbd/nmbd_synclists.c b/source3/nmbd/nmbd_synclists.c index a5fd356692..7a256a35ef 100644 --- a/source3/nmbd/nmbd_synclists.c +++ b/source3/nmbd/nmbd_synclists.c @@ -88,7 +88,7 @@ static void sync_child(char *name, int nm_type, return; } - status = cli_negprot(cli); + status = cli_negprot(cli, PROTOCOL_NT1); if (!NT_STATUS_IS_OK(status)) { cli_shutdown(cli); return; -- cgit