X-Git-Url: https://jfr.im/git/irc/quakenet/newserv.git/blobdiff_plain/245ecab57b67a297f608bf131362c7972c5c2eef..440cd7e63ac2b059ea1a467a2e4e2244faf92cb3:/control/control_db.c?ds=sidebyside diff --git a/control/control_db.c b/control/control_db.c index 6ebc0857..3aaee524 100644 --- a/control/control_db.c +++ b/control/control_db.c @@ -50,7 +50,7 @@ void noperserv_load_users(const DBAPIResult *res, void *arg) { no_autheduser *nu; if(!res) - return; + Error("control", ERR_STOP, "Failed to load noperserv database. Your database might be corrupted or the schema is incompatible."); if(!res->success) { Error("noperserv", ERR_ERROR, "Error loading user list.");