From 3102bc94240f33518d0ff74eee4f93237fe4563f Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 5 Sep 2011 13:23:36 +0200 Subject: s4:libcli/raw: make use of PROTOCOL_SMB2_02 metze --- source4/libcli/raw/rawnegotiate.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/libcli/raw/rawnegotiate.c') diff --git a/source4/libcli/raw/rawnegotiate.c b/source4/libcli/raw/rawnegotiate.c index 4f8c13e77b..9d6c9ffaf2 100644 --- a/source4/libcli/raw/rawnegotiate.c +++ b/source4/libcli/raw/rawnegotiate.c @@ -42,7 +42,7 @@ static const struct { {PROTOCOL_NT1,"NT LM 0.12"}, #if 0 /* we don't yet handle chaining a SMB transport onto SMB2 */ - {PROTOCOL_SMB2,"SMB 2.002"}, + {PROTOCOL_SMB2_02,"SMB 2.002"}, #endif }; -- cgit