Module Name:    src
Committed By:   christos
Date:           Fri Mar  9 15:24:34 UTC 2012

Modified Files:
        src/external/gpl2/xcvs/dist/src: acl.c

Log Message:
remove statement with no effect.


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 src/external/gpl2/xcvs/dist/src/acl.c

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: src/external/gpl2/xcvs/dist/src/acl.c
diff -u src/external/gpl2/xcvs/dist/src/acl.c:1.2 src/external/gpl2/xcvs/dist/src/acl.c:1.3
--- src/external/gpl2/xcvs/dist/src/acl.c:1.2	Thu Mar  8 15:37:29 2012
+++ src/external/gpl2/xcvs/dist/src/acl.c	Fri Mar  9 10:24:34 2012
@@ -208,7 +208,7 @@ access_allowed (const char *file, const 
 	dirs[intcount] = xstrdup(filefullname);
     }
 
-    for (accessfilecount; accessfilecount >= 0 && flag; accessfilecount--)
+    for (; accessfilecount >= 0 && flag; accessfilecount--)
     {
 	if (!use_separate_acl_file_for_each_dir) {
 	    flag = 0;

Reply via email to