From 99a0d5ca1e402c856f440f6fa256414810e8efa7 Mon Sep 17 00:00:00 2001 From: Simo Sorce Date: Tue, 4 Jul 2006 15:49:26 +0000 Subject: r16800: correct a probable cut&paste error (This used to be commit c139a2293bfb66554e1be09c6824d04381de58e1) --- source3/nsswitch/winbindd_sid.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/nsswitch') diff --git a/source3/nsswitch/winbindd_sid.c b/source3/nsswitch/winbindd_sid.c index a4cd8f7604..d489e267cb 100644 --- a/source3/nsswitch/winbindd_sid.c +++ b/source3/nsswitch/winbindd_sid.c @@ -416,7 +416,7 @@ void winbindd_gid_to_sid(struct winbindd_cli_state *state) if (NT_STATUS_IS_OK(status)) { sid_to_string(state->response.data.sid.sid, &sid); - state->response.data.sid.type = SID_NAME_USER; + state->response.data.sid.type = SID_NAME_DOM_GRP; request_ok(state); return; } -- cgit