]> arthur.barton.de Git - netatalk.git/commit
Re-added code to enable on-the-fly database recovery. This was originally
authorjmarcus <jmarcus>
Sun, 4 Nov 2001 17:34:13 +0000 (17:34 +0000)
committerjmarcus <jmarcus>
Sun, 4 Nov 2001 17:34:13 +0000 (17:34 +0000)
commit2c60aa2f3ba667a3b4f0ae69d6fcc81d83389619
tree57e0d47ae6550a36f0835104bf09847e55f3655d
parent1a52c152fd86c4864b8bc680b7225395b4b6b666
Re-added code to enable on-the-fly database recovery.  This was originally
there, but removed as it caused database corruption when multiple afpd
processes tried to open the same database with the DB_RECOVER flag.  Now,
we check to make sure we have an exclusive lock, and if we do, we open
the database with the DB_RECOVER flag.
ChangeLog
libatalk/cnid/cnid_open.c