--- loncom/lond 2004/07/29 10:50:54 1.218 +++ loncom/lond 2004/07/29 22:31:18 1.219 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.218 2004/07/29 10:50:54 foxr Exp $ +# $Id: lond,v 1.219 2004/07/29 22:31:18 foxr Exp $ # # Copyright Michigan State University Board of Trustees # @@ -56,7 +56,7 @@ my $DEBUG = 0; # Non zero to ena my $status=''; my $lastlog=''; -my $VERSION='$Revision: 1.218 $'; #' stupid emacs +my $VERSION='$Revision: 1.219 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -1281,6 +1281,7 @@ sub push_file_handler { } else { &Failure( $client, "refused\n", $userinput); } + return 1; } ®ister_handler("pushfile", \&push_file_handler, 1, 0, 1);