[LON-CAPA-cvs] cvs: loncom / lond
raeburn
lon-capa-cvs@mail.lon-capa.org
Sun, 28 Jan 2007 19:23:25 -0000
raeburn Sun Jan 28 14:23:25 2007 EDT
Modified files:
/loncom lond
Log:
Use get_domain_handler().
Index: loncom/lond
diff -u loncom/lond:1.359 loncom/lond:1.360
--- loncom/lond:1.359 Sun Jan 28 13:49:49 2007
+++ loncom/lond Sun Jan 28 14:23:25 2007
@@ -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 $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 @@
return 1;
}
-®ister_handler("getdom", \&get_id_handler, 0, 1, 0);
+®ister_handler("getdom", \&get_domain_handler, 0, 1, 0);
#