s3:include: change cli->protocol to enum protocol_types
authorStefan Metzmacher <metze@samba.org>
Tue, 2 Aug 2011 01:51:38 +0000 (03:51 +0200)
committerStefan Metzmacher <metze@samba.org>
Tue, 2 Aug 2011 02:54:28 +0000 (04:54 +0200)
metze

source3/include/client.h

index c4f011dfe7dd1ec73d40ccfbc475179f266c909c..a4d43218e6f58c610e568749354eb38d73c6b037 100644 (file)
@@ -51,7 +51,7 @@ struct cli_state {
         * A list of subsidiary connections for DFS.
         */
         struct cli_state *prev, *next;
-       int protocol;
+       enum protocol_types protocol;
        int sec_mode;
        int rap_error;
        NTSTATUS raw_status; /* maybe via NT_STATUS_DOS() */