rdiff-backup-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Rdiff-backup-commits] rdiff-backup/rdiff_backup win_acls.py


From: Josh Nisly
Subject: [Rdiff-backup-commits] rdiff-backup/rdiff_backup win_acls.py
Date: Sat, 16 May 2009 03:08:40 +0000

CVSROOT:        /sources/rdiff-backup
Module name:    rdiff-backup
Changes by:     Josh Nisly <joshn>      09/05/16 03:08:40

Modified files:
        rdiff_backup   : win_acls.py 

Log message:
        Fix exception when unable to read a Windows ACL to clear it.

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/rdiff-backup/rdiff_backup/win_acls.py?cvsroot=rdiff-backup&r1=1.6&r2=1.7

Patches:
Index: win_acls.py
===================================================================
RCS file: /sources/rdiff-backup/rdiff-backup/rdiff_backup/win_acls.py,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -b -r1.6 -r1.7
--- win_acls.py 16 May 2009 03:00:57 -0000      1.6
+++ win_acls.py 16 May 2009 03:08:40 -0000      1.7
@@ -104,6 +104,7 @@
                except (OSError, IOError, pywintypes.error), exc:
                        log.Log("Warning: unable to read ACL from %s for 
clearing: %s"
                                        % (repr(rp.path), exc), 4)
+                       return
 
                acl = sd.GetSecurityDescriptorDacl()
                if acl:




reply via email to

[Prev in Thread] Current Thread [Next in Thread]