diff options
author | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-10-21 22:32:57 +0200 |
---|---|---|
committer | Matthieu Herrb <matthieu.herrb@laas.fr> | 2008-10-21 22:36:21 +0200 |
commit | d72cd753b99fae147ef4c189700fc697f1ea7fb0 (patch) | |
tree | 3fa9c38d356ff04a3a0c7d6197d88179e1cf4f95 /os | |
parent | 81e197b2a5457bb9f7ed72f82c2d33fd8dbfc202 (diff) |
Close well known connections in ServerAbort()
Diffstat (limited to 'os')
-rw-r--r-- | os/log.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -401,6 +401,7 @@ void AbortServer(void) __attribute__((noreturn)); void AbortServer(void) { + CloseWellKnownConnections(); OsCleanup(TRUE); CloseDownDevices(); AbortDDX(); |