svn commit: samba r8547 - in branches/SAMBA_3_0/source/smbd: .

jra at samba.org jra at samba.org
Mon Jul 18 19:55:56 GMT 2005


Author: jra
Date: 2005-07-18 19:55:55 +0000 (Mon, 18 Jul 2005)
New Revision: 8547

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

Log:
Code tidyup from Jason Mader <jason at ncac.gwu.edu>. Bugid #2885.
Jeremy.

Modified:
   branches/SAMBA_3_0/source/smbd/posix_acls.c


Changeset:
Modified: branches/SAMBA_3_0/source/smbd/posix_acls.c
===================================================================
--- branches/SAMBA_3_0/source/smbd/posix_acls.c	2005-07-18 18:58:44 UTC (rev 8546)
+++ branches/SAMBA_3_0/source/smbd/posix_acls.c	2005-07-18 19:55:55 UTC (rev 8547)
@@ -1060,7 +1060,6 @@
 	BOOL got_grp = False;
 	BOOL got_other = False;
 	canon_ace *pace_other = NULL;
-	canon_ace *pace_group = NULL;
 
 	for (pace = *pp_ace; pace; pace = pace->next) {
 		if (pace->type == SMB_ACL_USER_OBJ) {
@@ -1078,7 +1077,6 @@
 			if (setting_acl)
 				apply_default_perms(fsp, pace, S_IRGRP);
 			got_grp = True;
-			pace_group = pace;
 
 		} else if (pace->type == SMB_ACL_OTHER) {
 



More information about the samba-cvs mailing list