don't require a port-declaration in validating an URL when an IP address is given, fixes #1179

Signed-off-by: Michael Kaufmann (d00p) <d00p@froxlor.org>
This commit is contained in:
Michael Kaufmann (d00p)
2013-04-23 15:58:03 +02:00
parent f2d10046b6
commit 7a69cf73ba
2 changed files with 5 additions and 2 deletions

View File

@@ -137,7 +137,7 @@ class bind
}
}
// close allow-transfer
$bindconf_file.= '};' . "\n";
$bindconf_file.= ' };' . "\n";
}
$bindconf_file.= '};' . "\n";