summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-10-22 22:01:10 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-10-22 22:01:10 +0000
commit9a82050bacf7bfb574cc759dd6d21176a1c2dfb6 (patch)
tree473357d338a66225f85e5abdb67dcf0cdefa2f09 /etc
parent49770eac57a6df1a7250593cd317fa55f5b33957 (diff)
downloadpfsense-9a82050bacf7bfb574cc759dd6d21176a1c2dfb6.zip
pfsense-9a82050bacf7bfb574cc759dd6d21176a1c2dfb6.tar.gz
Correct error
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/dyndns.class2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index f39aae1..fb48ea1 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -493,7 +493,7 @@
/* lets deterimine if the item needs updating */
if ($cacheIP != $wan_ip)
$needs_updating = TRUE;
- if ($currentTime - $cacheTime) > $time )
+ if (($currentTime - $cacheTime) > $time )
$needs_updating = TRUE;
if ($initial == TRUE)
$needs_updating = TRUE;
OpenPOWER on IntegriCloud