From 995d1567265be178b4e45f79ea4562a7041ffa52 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Mon, 26 Sep 2011 17:55:47 -0400 Subject: s3-group-mapping: Remove fstrings from GROUP_MAP. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Schneider Autobuild-User: Günther Deschner Autobuild-Date: Wed Oct 12 19:28:12 CEST 2011 on sn-devel-104 --- source3/include/mapping.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source3/include/mapping.h') diff --git a/source3/include/mapping.h b/source3/include/mapping.h index 7454d19af8..41275ff7ed 100644 --- a/source3/include/mapping.h +++ b/source3/include/mapping.h @@ -26,8 +26,8 @@ typedef struct _GROUP_MAP { gid_t gid; struct dom_sid sid; enum lsa_SidType sid_name_use; - fstring nt_name; - fstring comment; + char *nt_name; + char *comment; } GROUP_MAP; #include "groupdb/proto.h" -- cgit