s3-winbindd: Allow winbindd to connect over SMB2 to servers
[sfrench/samba-autobuild/.git] / libcli / smb / smb_constants.h
index ea82677fa0640894f8d31c5f284e2f2fbc38ef9b..f2c880c49ca17258419349028c04ce56129ae5d0 100644 (file)
@@ -76,7 +76,8 @@
 /* protocol types. It assumes that higher protocols include lower protocols
    as subsets. */
 enum protocol_types {
-       PROTOCOL_NONE,
+       PROTOCOL_DEFAULT=-1,
+       PROTOCOL_NONE=0,
        PROTOCOL_CORE,
        PROTOCOL_COREPLUS,
        PROTOCOL_LANMAN1,