diff options
author | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-09 05:04:21 +0000 |
---|---|---|
committer | Adam- <Adam-@5417fbe8-f217-4b02-8779-1006273d7864> | 2010-04-09 05:04:21 +0000 |
commit | ac19ba79d1bf05d89666639df99dd0d23f023169 (patch) | |
tree | 75d7fb0d474b83577071fa6a5a07ad9d3ca0b951 /src | |
parent | a40c22a729adf53bd54eb3cdac9839b5d3fe2b25 (diff) |
Process the socket engine one last time before Anope disconnects to send everything through to the uplink
git-svn-id: http://anope.svn.sourceforge.net/svnroot/anope/trunk@2869 5417fbe8-f217-4b02-8779-1006273d7864
Diffstat (limited to 'src')
-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 */ |