summaryrefslogtreecommitdiffstats
path: root/etc/inc/dyndns.class
diff options
context:
space:
mode:
authorRenato Botelho <garga@FreeBSD.org>2015-02-26 10:12:56 -0300
committerRenato Botelho <garga@FreeBSD.org>2015-02-26 10:12:56 -0300
commitae52d165da3aa89188b3806643cf3d5b4b207bd7 (patch)
tree1bd00d76e4bf492756a6c1ef87c00436ca75ec5a /etc/inc/dyndns.class
parentae3b187af6527179034e5ecfa342a833559041cc (diff)
downloadpfsense-ae52d165da3aa89188b3806643cf3d5b4b207bd7.zip
pfsense-ae52d165da3aa89188b3806643cf3d5b4b207bd7.tar.gz
Fix indent and remove some unecessary ()
Diffstat (limited to 'etc/inc/dyndns.class')
-rw-r--r--etc/inc/dyndns.class4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/dyndns.class b/etc/inc/dyndns.class
index 8576b9c..50114aa 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -361,8 +361,8 @@
$port = ":" . $this->_dnsPort;
}
if (($this->_dnsService == "noip-free") &&
- ($this->_forceUpdateNeeded == true) &&
- ($this->_dnsDummyUpdateDone == false)) {
+ ($this->_forceUpdateNeeded == true) &&
+ ($this->_dnsDummyUpdateDone == false)) {
// Update the IP to a dummy value to force No-IP free accounts to see a change.
$iptoset = "192.168.1.1";
$this->_dnsDummyUpdateDone = true;
OpenPOWER on IntegriCloud