summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--etc/inc/filter.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/filter.inc b/etc/inc/filter.inc
index a9b5a8b..9791355 100644
--- a/etc/inc/filter.inc
+++ b/etc/inc/filter.inc
@@ -1672,7 +1672,7 @@ function create_firewall_outgoing_rules_to_itself() {
$int = "ng0";
$ip = find_interface_ip($int);
if($return_gateway <> "")
- $replyto = "reply-to ({$int} {$return_gateway}";
+ $replyto = "reply-to ({$int} {$return_gateway})";
else
$replyto = "";
if($ip <> "") {
OpenPOWER on IntegriCloud