summaryrefslogtreecommitdiff
path: root/source3/winbindd/wb_getgrsid.c
diff options
context:
space:
mode:
Diffstat (limited to 'source3/winbindd/wb_getgrsid.c')
-rw-r--r--source3/winbindd/wb_getgrsid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/wb_getgrsid.c b/source3/winbindd/wb_getgrsid.c
index fa376da088..f3899b0c46 100644
--- a/source3/winbindd/wb_getgrsid.c
+++ b/source3/winbindd/wb_getgrsid.c
@@ -143,7 +143,7 @@ static void wb_getgrsid_sid2gid_done(struct tevent_req *subreq)
* mapped to ID_TYPE_BOTH:
* create a group with the sid/xid as only member
*/
- char *name;
+ const char *name;
if (xid.type != ID_TYPE_BOTH) {
tevent_req_nterror(req, NT_STATUS_NO_SUCH_GROUP);