From d245d5c0171c918f2d691160aecde43608bf2264 Mon Sep 17 00:00:00 2001 From: James Peach Date: Sun, 12 Mar 2006 22:27:01 +0000 Subject: r14255: Revert r14204 which was horribly broken. (This used to be commit 950ed28f9f3f57dc449bd3bd6e7be7acb1e3d26d) --- source3/include/smb.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/include/smb.h') diff --git a/source3/include/smb.h b/source3/include/smb.h index cc85fa1f76..59948edf40 100644 --- a/source3/include/smb.h +++ b/source3/include/smb.h @@ -758,7 +758,7 @@ struct connections_data { /* the following are used by loadparm for option lists */ typedef enum { P_BOOL,P_BOOLREV,P_CHAR,P_INTEGER,P_OCTAL,P_LIST, - P_STRING,P_USTRING,P_ENUM,P_SEP + P_STRING,P_USTRING,P_GSTRING,P_UGSTRING,P_ENUM,P_SEP } parm_type; typedef enum { -- cgit