diff options
-rw-r--r-- | src/main.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/main.c b/src/main.c index 7288e832d..41d82234e 100644 --- a/src/main.c +++ b/src/main.c @@ -242,6 +242,8 @@ static void services_shutdown() u = next; } } + /* Process to send the last bits of information before disconnecting */ + socketEngine.Process(); delete UplinkSock; FOREACH_MOD(I_OnShutdown, OnShutdown()); /* First don't unload protocol module, then do so */ |