--- branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c    2004/10/25 19:25:54
3220
+++ branches/SAMBA_3_0_RELEASE/source/smbd/dosmode.c    2004/11/07 20:42:45
3605
@@ -344,7 +344,9 @@
                        return(-1);
        }
 
-       get_acl_group_bits(conn, fname, &st->st_mode);
+       if (!get_acl_group_bits(conn, fname, &st->st_mode)) {
+               return(-1);
+       }
 
        if (S_ISDIR(st->st_mode))
                dosmode |= aDIR;

This change seems to break it.

Daniel
-- 
To unsubscribe from this list go to the following URL and read the
instructions:  http://lists.samba.org/mailman/listinfo/samba

Reply via email to