svn commit: samba r16800 - in branches/SAMBA_3_0/source/nsswitch: .

idra at samba.org idra at samba.org
Tue Jul 4 15:49:27 GMT 2006


Author: idra
Date: 2006-07-04 15:49:26 +0000 (Tue, 04 Jul 2006)
New Revision: 16800

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16800

Log:

correct a probable cut&paste error


Modified:
   branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c


Changeset:
Modified: branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c
===================================================================
--- branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c	2006-07-04 15:29:21 UTC (rev 16799)
+++ branches/SAMBA_3_0/source/nsswitch/winbindd_sid.c	2006-07-04 15:49:26 UTC (rev 16800)
@@ -416,7 +416,7 @@
 
 	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;
 	}



More information about the samba-cvs mailing list