]> the.earth.li Git - onak.git/commit
Check return value when writing PID to DB4 upgrade lock file
authorJonathan McDowell <noodles@earth.li>
Sun, 5 Jan 2014 17:50:55 +0000 (17:50 +0000)
committerJonathan McDowell <noodles@earth.li>
Sun, 5 Jan 2014 17:50:55 +0000 (17:50 +0000)
commitb2f2bc60555e2d953069c40d8d3cdecfcec9ac29
tree6bf7f33ea547d35e25e1885262120adde9d04379
parent1a084272fd5c603f318d2c4dc0c70b2de0606f04
Check return value when writing PID to DB4 upgrade lock file

When writing our PID to the lock file for upgrading the DB4 version
we didn't check it was actually successful. This doesn't matter in
general (because it's the existence or not of the file we care about)
but catch it and error out appropriate anyway.
keydb_db4.c