diff options
author | Ermal <eri@pfsense.org> | 2010-09-17 14:29:02 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-17 14:29:02 +0000 |
commit | 3c3ba8f00645835995b119faa6e3c831556534d2 (patch) | |
tree | 85832dcb23d1a551b4393548bcddd8e702d4a917 /etc | |
parent | b746dc61ec4e6e6e43467189ccaf0e1a9aee9b11 (diff) | |
download | pfsense-3c3ba8f00645835995b119faa6e3c831556534d2.zip pfsense-3c3ba8f00645835995b119faa6e3c831556534d2.tar.gz |
Correct typo. Spotted by: wagnoza(IRC)
Diffstat (limited to 'etc')
-rwxr-xr-x | etc/rc.newwanip | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip index 7030b85..9d3d484 100755 --- a/etc/rc.newwanip +++ b/etc/rc.newwanip @@ -63,7 +63,7 @@ log_error("rc.newwanip: on (IP address: {$curwanip}) (interface: {$interface}) ( if($curwanip == "0.0.0.0" || !is_ipaddr($curwanip)) { log_error("rc.newwanip: Failed to update {$interface} IP, restarting..."); - send_event("interface reconfigure {$inerface}"); + send_event("interface reconfigure {$interface}"); exit; } |