--- loncom/lond 2007/01/28 18:49:49 1.359 +++ loncom/lond 2007/01/28 19:23:25 1.360 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.359 2007/01/28 18:49:49 raeburn Exp $ +# $Id: lond,v 1.360 2007/01/28 19:23:25 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -59,7 +59,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.359 $'; #' stupid emacs +my $VERSION='$Revision: 1.360 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -3599,7 +3599,7 @@ sub get_domain_handler { return 1; } -®ister_handler("getdom", \&get_id_handler, 0, 1, 0); +®ister_handler("getdom", \&get_domain_handler, 0, 1, 0); #