diff options
Diffstat (limited to 'src/char_sql/char.c')
-rw-r--r-- | src/char_sql/char.c | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/char_sql/char.c b/src/char_sql/char.c index 693ddee12..4e325700e 100644 --- a/src/char_sql/char.c +++ b/src/char_sql/char.c @@ -3909,6 +3909,14 @@ void do_final(void) { ShowInfo("ok! all done...\n"); } + +//------------------------------ +// Function called when the server +// has received a crash signal. +//------------------------------ +void do_abort(void) { +} + #endif //TXT_SQL_CONVERT void sql_config_read(const char *cfgName){ /* Kalaspuff, to get login_db */ char line[1024], w1[1024], w2[1024]; |