]> arthur.barton.de Git - netatalk.git/commit
Ignore db stamp when reading CNID from adouble file
authorRalph Boehme <sloowfranklin@gmail.com>
Mon, 10 Dec 2012 13:55:41 +0000 (14:55 +0100)
committerRalph Boehme <sloowfranklin@gmail.com>
Mon, 17 Dec 2012 17:22:57 +0000 (18:22 +0100)
commit7254571ea7fec6db8febb344018e8c4e8ea345e8
tree3125d054a4ce95418f727fb2c16c14a0a19ffa68
parent4913dbbc5b69642dacbe7302fc25d25f47e9c00c
Ignore db stamp when reading CNID from adouble file

The db stamp (which is the ctime of the cnid2.db file stored in  the
db at creation time) may change when running `dbd -f` or when deleting
the CNID db manually. But we don't want to reassing CNIDs in this case
(changed stamp) we really want to keep it.
libatalk/adouble/ad_attr.c