summaryrefslogtreecommitdiffstats
path: root/source/nsswitch
diff options
context:
space:
mode:
authorSimo Sorce <idra@samba.org>2006-07-04 15:49:26 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:19:11 -0500
commitc139a2293bfb66554e1be09c6824d04381de58e1 (patch)
treec2e6febbe56fb361df353c2a9df45ce134c67a1e /source/nsswitch
parent4e5ea585c3482c38f2624e45f1268d3864a99faa (diff)
downloadsamba-c139a2293bfb66554e1be09c6824d04381de58e1.tar.gz
samba-c139a2293bfb66554e1be09c6824d04381de58e1.tar.xz
samba-c139a2293bfb66554e1be09c6824d04381de58e1.zip
r16800: correct a probable cut&paste error
Diffstat (limited to 'source/nsswitch')
-rw-r--r--source/nsswitch/winbindd_sid.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/nsswitch/winbindd_sid.c b/source/nsswitch/winbindd_sid.c
index a4cd8f76042..d489e267cb2 100644
--- a/source/nsswitch/winbindd_sid.c
+++ b/source/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;
}