X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fdatabase.c;h=79ed9014a187ce5fe3bef932ccafd35670825b73;hb=fe4a9ff9d1b33197fb5dfc45567b98c63049d7b6;hp=d562e07bcdfc7179eb7220262f54eb9d59b2e05d;hpb=2b24cf7cab39cf13c5fb3073db2f954c53d5dd61;p=citadel.git diff --git a/citadel/database.c b/citadel/database.c index d562e07bc..79ed9014a 100644 --- a/citadel/database.c +++ b/citadel/database.c @@ -353,5 +353,5 @@ void cdb_allocate_tsd(void) { void cdb_free_tsd(void) { } -void cdb_release_handles(void) { +void cdb_check_handles(void) { }