--- loncom/lond 2004/09/07 10:05:23 1.249 +++ loncom/lond 2004/09/07 14:28:30 1.250 @@ -2,7 +2,7 @@ # The LearningOnline Network # lond "LON Daemon" Server (port "LOND" 5663) # -# $Id: lond,v 1.249 2004/09/07 10:05:23 foxr Exp $ +# $Id: lond,v 1.250 2004/09/07 14:28:30 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.249 $'; #' stupid emacs +my $VERSION='$Revision: 1.250 $'; #' stupid emacs my $remoteVERSION; my $currenthostid="default"; my $currentdomainid; @@ -1325,7 +1325,7 @@ sub du_handler { $duout=~s/[^\d]//g; #preserve only the numbers &Reply($client,"$duout\n","$cmd:$ududir"); } else { - &Failure($client, "bad_directory:$ududir", $userinput); + &Failure($client, "bad_directory:$ududir","$cmd:$ududir"); } return 1; }