Fixed bug in creation of virtual servers on specific port

This commit is contained in:
Jamie Cameron
2007-04-26 22:39:55 +00:00
parent 7c2f586e6a
commit 7b05ce82f2

View File

@@ -746,7 +746,7 @@ sub choice_input
local($i, $rv);
for($i=3; $i<@_; $i++) {
$_[$i] =~ /^([^,]*),(.*)$/;
$rv .= &ui_oneradio($_[0], $2, $1, lc($2) eq lc($_[0]) ||
$rv .= &ui_oneradio($_[1], $2, $1, lc($2) eq lc($_[0]) ||
!defined($_[0]) && lc($2) eq lc($_[2]))."\n";
}
return $rv;