--- loncom/loncnew 2011/06/16 07:18:53 1.97 +++ loncom/loncnew 2011/06/17 10:26:26 1.98 @@ -2,7 +2,7 @@ # The LearningOnline Network with CAPA # lonc maintains the connections to remote computers # -# $Id: loncnew,v 1.97 2011/06/16 07:18:53 raeburn Exp $ +# $Id: loncnew,v 1.98 2011/06/17 10:26:26 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -772,6 +772,7 @@ sub KillSocket { # work queue, the work all gets failed with con_lost. # if($ConnectionCount == 0) { + $LondConnecting = 0; # No connections so also not connecting. EmptyQueue(); CloseAllLondConnections; # Should all already be closed but... }