diff options
author | Stefan Metzmacher <metze@samba.org> | 2011-09-05 13:23:36 +0200 |
---|---|---|
committer | Stefan Metzmacher <metze@samba.org> | 2011-09-05 13:25:00 +0200 |
commit | 3102bc94240f33518d0ff74eee4f93237fe4563f (patch) | |
tree | dab9789d99cb33ba0082d11e32c49feeac340131 /source4/libcli | |
parent | 592ac97728e091e3f126f0c05255255b565c5500 (diff) | |
download | samba-3102bc94240f33518d0ff74eee4f93237fe4563f.tar.gz samba-3102bc94240f33518d0ff74eee4f93237fe4563f.tar.bz2 samba-3102bc94240f33518d0ff74eee4f93237fe4563f.zip |
s4:libcli/raw: make use of PROTOCOL_SMB2_02
metze
Diffstat (limited to 'source4/libcli')
-rw-r--r-- | source4/libcli/raw/rawnegotiate.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }; |