--- loncom/lonsql 2001/04/11 20:05:29 1.31 +++ loncom/lonsql 2001/04/16 18:36:22 1.33 @@ -73,7 +73,6 @@ while ($configline=) { chomp($ip); $hostip{$ip}=$id; - if ($id eq $perlvar{'lonHostID'}) { $thisserver=$name; } $PREFORK++; @@ -364,6 +363,7 @@ sub reply { } } else { $answer='self_reply'; + $answer=subreply($cmd,$server); } return $answer; }