svn commit: samba r16802 - in trunk/source/nsswitch: .
jra at samba.org
jra at samba.org
Tue Jul 4 17:14:37 GMT 2006
Author: jra
Date: 2006-07-04 17:14:37 +0000 (Tue, 04 Jul 2006)
New Revision: 16802
WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=16802
Log:
Janitor for Simo - fixing typo.
Jeremy.
Modified:
trunk/source/nsswitch/winbindd_sid.c
Changeset:
Modified: trunk/source/nsswitch/winbindd_sid.c
===================================================================
--- trunk/source/nsswitch/winbindd_sid.c 2006-07-04 16:42:09 UTC (rev 16801)
+++ trunk/source/nsswitch/winbindd_sid.c 2006-07-04 17:14:37 UTC (rev 16802)
@@ -444,7 +444,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