From c399ad4cdd313584fe072b84bfe87ec03182fb5c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Tue, 2 Aug 2011 03:51:38 +0200 Subject: s3:include: change cli->protocol to enum protocol_types metze --- source3/include/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/client.h') 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() */ -- cgit