s4:libcli/raw: make use of PROTOCOL_SMB2_02
authorStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:23:36 +0000 (13:23 +0200)
committerStefan Metzmacher <metze@samba.org>
Mon, 5 Sep 2011 11:25:00 +0000 (13:25 +0200)
metze

source4/libcli/raw/rawnegotiate.c

index 4f8c13e77be3f084d4a142009c62eaf0101be307..9d6c9ffaf27f36d7c4a5ce0a697d54bf2c35a3b9 100644 (file)
@@ -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
 };