summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-03-20 22:27:59 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-03-20 22:27:59 +0000
commit69b7db07b6c69f0c5f084568ae52268a4f166eea (patch)
tree13ff1f2b975fac301c7186c119361ce316adc0b8
parent7faeda46273b8c1bc0b2ded1e5ea95956c90667c (diff)
downloadpfsense-69b7db07b6c69f0c5f084568ae52268a4f166eea.zip
pfsense-69b7db07b6c69f0c5f084568ae52268a4f166eea.tar.gz
Add missing )
Noticed-by: Mitch
-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