summaryrefslogtreecommitdiff
path: root/src/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/main.c')
-rw-r--r--src/main.c2
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 */