From 7069d481c0c96edfa552aa74b192f63125416228 Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 16 Mar 2005 20:07:08 +0000 Subject: r5835: Make smbclient obey the max protocol argument again. Jeremy. (This used to be commit 7cb9618e5de8aae5e910e620e70ea130b76f6099) --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client/client.c') diff --git a/source3/client/client.c b/source3/client/client.c index b00e7f2273..9a09d50cc0 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -43,7 +43,7 @@ static char *cmdstr = NULL; static int io_bufsize = 64512; static int name_type = 0x20; -static int max_protocol = PROTOCOL_NT1; +extern int max_protocol; static int process_tok(pstring tok); static int cmd_help(void); -- cgit