Eliminate pointless (and racy) test for rebuilddb directory existence
authorPanu Matilainen <pmatilai@redhat.com>
Tue, 9 Nov 2010 07:54:31 +0000 (09:54 +0200)
committerPanu Matilainen <pmatilai@redhat.com>
Tue, 9 Nov 2010 09:04:22 +0000 (11:04 +0200)
commitdd39136893a7715742146a1378b0bbd1e3250d12
tree8b1818bf4f9f055fc40781cb662195e6dfe3eac0
parente6c874368d654e4b3c3a76845f24ff5fb25ce6d1
Eliminate pointless (and racy) test for rebuilddb directory existence
- mkdir() will error out with a reasonable error message of its
  own, no point doing separate, buggy test with access()
lib/rpmdb.c