diff options
author | Renato Botelho <garga@FreeBSD.org> | 2015-02-26 10:12:56 -0300 |
---|---|---|
committer | Renato Botelho <garga@FreeBSD.org> | 2015-02-26 10:12:56 -0300 |
commit | ae52d165da3aa89188b3806643cf3d5b4b207bd7 (patch) | |
tree | 1bd00d76e4bf492756a6c1ef87c00436ca75ec5a /etc/inc/dyndns.class | |
parent | ae3b187af6527179034e5ecfa342a833559041cc (diff) | |
download | pfsense-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.class | 4 |
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; |