--- loncom/lond 2003/11/17 09:32:17 1.163 +++ loncom/lond 2003/12/02 10:37:59 1.164 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.163 2003/11/17 09:32:17 foxr Exp $ +# $Id: lond,v 1.164 2003/12/02 10:37:59 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -52,7 +52,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.163 $'; #' stupid emacs +my $VERSION='$Revision: 1.164 $'; #' stupid emacs my $remoteVERSION; my $currenthostid; my $currentdomainid; @@ -2500,6 +2500,7 @@ sub make_new_child { &logthis( "Client $clientip ($clientname) hanging up: $userinput"); print $client "bye\n"; + $client->shutdown(2); # shutdown the socket forcibly. $client->close(); last;