diff options
author | James Peach <jpeach@samba.org> | 2006-03-12 22:27:01 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:15:21 -0500 |
commit | d245d5c0171c918f2d691160aecde43608bf2264 (patch) | |
tree | 7aca4be463704aa99faf289c20527ce6ffbaf730 /source3/include | |
parent | 06f7ee5d4b9d2f94c0178a0c979f50fa2f96b905 (diff) | |
download | samba-d245d5c0171c918f2d691160aecde43608bf2264.tar.gz samba-d245d5c0171c918f2d691160aecde43608bf2264.tar.bz2 samba-d245d5c0171c918f2d691160aecde43608bf2264.zip |
r14255: Revert r14204 which was horribly broken.
(This used to be commit 950ed28f9f3f57dc449bd3bd6e7be7acb1e3d26d)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/smb.h | 2 |
1 files changed, 1 insertions, 1 deletions
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 { |