diff options
Diffstat (limited to 'source3')
-rw-r--r-- | source3/include/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/client.h b/source3/include/client.h index c4f011dfe7..a4d43218e6 100644 --- a/source3/include/client.h +++ b/source3/include/client.h @@ -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() */ |