diff --git a/xinetd/index.cgi b/xinetd/index.cgi
index 95ad09437..7fe9dafe3 100755
--- a/xinetd/index.cgi
+++ b/xinetd/index.cgi
@@ -77,7 +77,6 @@ foreach $x (@conf) {
}
}
local @cols;
- local @mytds = @tds;
push(@cols, "".
&html_escape($x->{'value'})."");
push(@cols, &indexof('RPC', @{$q->{'type'}}) < 0 ?
@@ -88,8 +87,7 @@ foreach $x (@conf) {
push(@cols, &html_escape(uc($s[3])));
}
else {
- push(@cols, "$text{'index_noport'}");
- push(@mytds, "", "", "colspan=2");
+ push(@cols, "$text{'index_noport'}", "");
}
push(@cols, $q->{'user'} ? &html_escape($q->{'user'}->[0]) : "");
push(@cols, &indexof('INTERNAL', @{$q->{'type'}}) >= 0 ?