svn commit: samba r12985 - in trunk/source/utils: .

lmuelle at samba.org lmuelle at samba.org
Tue Jan 17 20:50:14 GMT 2006


Author: lmuelle
Date: 2006-01-17 20:50:14 +0000 (Tue, 17 Jan 2006)
New Revision: 12985

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

Log:
Fix typo from rev 12962.

Modified:
   trunk/source/utils/net_groupmap.c


Changeset:
Modified: trunk/source/utils/net_groupmap.c
===================================================================
--- trunk/source/utils/net_groupmap.c	2006-01-17 18:56:04 UTC (rev 12984)
+++ trunk/source/utils/net_groupmap.c	2006-01-17 20:50:14 UTC (rev 12985)
@@ -650,7 +650,7 @@
 		return -1;
 	}
 
-	if (NT_STATUS_IS_OK(pdb_add_aliasmem(&alias, &member))) {
+	if (!NT_STATUS_IS_OK(pdb_add_aliasmem(&alias, &member))) {
 		d_printf("Could not add sid %s to alias %s\n",
 			 argv[1], argv[0]);
 		return -1;



More information about the samba-cvs mailing list