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