--- loncom/lond 2004/09/02 09:27:58 1.246 +++ loncom/lond 2004/09/02 18:37:44 1.247 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.246 2004/09/02 09:27:58 foxr Exp $ +# $Id: lond,v 1.247 2004/09/02 18:37:44 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -57,7 +57,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.246 $'; #' stupid emacs +my $VERSION='$Revision: 1.247 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -3457,7 +3457,7 @@ sub set_virtual_host_handler { return 1; } -®ister_handler("sethost", \&select_virtual_host_handler, 0, 1, 0); +®ister_handler("sethost", \&set_virtual_host_handler, 0, 1, 0); # Process a request to exit: # - "bye" is sent to the client.