]> arthur.barton.de Git - bup.git/commit
Ignore unimplemented metadata record during read (_rec_tag_nfsv4_acl).
authorRob Browning <rlb@defaultvalue.org>
Wed, 18 Sep 2013 17:20:28 +0000 (12:20 -0500)
committerRob Browning <rlb@defaultvalue.org>
Wed, 18 Sep 2013 17:30:44 +0000 (12:30 -0500)
commit197b4ff00ad0286dc8182f5def14688baa7d7b25
tree340ea8d7edb3de886cb4a465282f699a0fb7cdf2
parent63321edab5257c424f112141c451017d7b9bcb2e
Ignore unimplemented metadata record during read (_rec_tag_nfsv4_acl).

Don't test for _rec_tag_nfsv4_acl and then try to call an
unimplemented method in Metadata.read().  Otherwise, if/when we do add
support, older versions of bup will choke on it.

Thanks to Alexander Barton <alex@barton.de> for pointing this out.

Signed-off-by: Rob Browning <rlb@defaultvalue.org>
lib/bup/metadata.py