Fix thirty second delay in sendcommand when downing the server.
authorDave West <davew@uncensored.citadel.org>
Sat, 3 Nov 2007 22:57:56 +0000 (22:57 +0000)
committerDave West <davew@uncensored.citadel.org>
Sat, 3 Nov 2007 22:57:56 +0000 (22:57 +0000)
commitea54db47ad2da9778d7d16737fd68a1929ed907e
tree46238ca461fe6c79ac37ebee7844be1253cc563b
parent309fe9e90f10987d441b3178fee5df8f155998df
Fix thirty second delay in sendcommand when downing the server.
We can not call cleanup() as it uses CtdlIPCQuit which sends a QUIT to
the server that is no longer there and can't respond so it hangs.
If downing the server just do nq_cleanup() instead.
citadel/sendcommand.c