summaryrefslogtreecommitdiffstats
path: root/etc/rc.newwanip
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-30 23:23:18 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-30 23:23:18 +0000
commita6a6a9c267dbe245144b83ea123cd44827a886aa (patch)
treec5396ef896dcd3d7ddb6c5dba6f359a718238691 /etc/rc.newwanip
parentf2d2b5bbe72ef449064895a144a243a6bc90480c (diff)
downloadpfsense-a6a6a9c267dbe245144b83ea123cd44827a886aa.zip
pfsense-a6a6a9c267dbe245144b83ea123cd44827a886aa.tar.gz
@fopen -> fopen
Diffstat (limited to 'etc/rc.newwanip')
-rwxr-xr-xetc/rc.newwanip2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/rc.newwanip b/etc/rc.newwanip
index 35be9e6..9cdcf1e 100755
--- a/etc/rc.newwanip
+++ b/etc/rc.newwanip
@@ -60,7 +60,7 @@
services_dnsupdate_process();
/* write current WAN IP to file */
- $fd = @fopen("{$g['vardb_path']}/{$interface}_ip", "w");
+ $fd = fopen("{$g['vardb_path']}/{$interface}_ip", "w");
if ($fd) {
fwrite($fd, $curwanip);
fclose($fd);
OpenPOWER on IntegriCloud