Close well known connections in ServerAbort()

This commit is contained in:
Matthieu Herrb 2008-10-21 22:32:57 +02:00
parent 81e197b2a5
commit d72cd753b9

View File

@ -401,6 +401,7 @@ void AbortServer(void) __attribute__((noreturn));
void
AbortServer(void)
{
CloseWellKnownConnections();
OsCleanup(TRUE);
CloseDownDevices();
AbortDDX();