Replaced the abort() calls in database.c with a new function cdb_abort() which cuts...
authorArt Cancro <ajc@uncensored.citadel.org>
Mon, 16 Jan 2012 19:22:06 +0000 (14:22 -0500)
committerArt Cancro <ajc@uncensored.citadel.org>
Mon, 16 Jan 2012 19:22:06 +0000 (14:22 -0500)
commit1ed760f6e9cd5e5c4b18ab0f18686d08e268b373
treeb0eba6865e39d36cbb22702332a45c5581d2149a
parent1280d6bb4910e2020c3ff9121ebe468622f88079
Replaced the abort() calls in database.c with a new function cdb_abort() which cuts a log record and then does exit(CTDLEXIT_DB)
citadel/database.c