s3: Move the global variable Protocol to struct smbd_server_connection
[samba.git] / source3 / smbd / globals.h
index 0db61f87a3d5ad1eedcab6591553f31eabf4d51c..1017ff100689ddff352e33f5e91a8775dbde95f6 100644 (file)
@@ -446,6 +446,7 @@ struct smbd_server_connection {
                         * Can be modified by the max xmit parameter.
                         */
                        int max_recv;
+                       enum protocol_types protocol;
                } negprot;
 
                struct {