Merge 0.10->trunk
[prosody.git] / net / server_select.lua
index 35dcb5a75cc336de133cc043d772e400ae3c1a61..ced73074d56f981357eb6b3513df3949825b8942 100644 (file)
@@ -934,6 +934,7 @@ loop = function(once) -- this is the main loop of the program
                end
        until quitting;
        if once and quitting == "once" then quitting = nil; return; end
+       closeall();
        return "quitting"
 end