From c85a4c9ba4a7de65a7850f6f9708df66bd24deea Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Sat, 21 Nov 2009 19:57:41 +0100 Subject: s3: Move the global variable Protocol to struct smbd_server_connection --- source3/smbd/globals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/smbd/globals.h') diff --git a/source3/smbd/globals.h b/source3/smbd/globals.h index 0db61f87a3..1017ff1006 100644 --- a/source3/smbd/globals.h +++ b/source3/smbd/globals.h @@ -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 { -- cgit