summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorFlorian Asche <github@florian-asche.de>2014-03-13 22:57:28 +0100
committerFlorian Asche <github@florian-asche.de>2014-03-13 22:57:28 +0100
commit7dc42e4ac89c3d7169d4fa4c2326403f7ef1ff48 (patch)
treec690e756251fe1c3978ccac5fe9d7b77e3088e8c /etc
parentcd8f7eee0e034f7998f68d23ddfbe8988d2234b3 (diff)
downloadpfsense-7dc42e4ac89c3d7169d4fa4c2326403f7ef1ff48.zip
pfsense-7dc42e4ac89c3d7169d4fa4c2326403f7ef1ff48.tar.gz
Update dyndns.class
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 b343387..287f4a9 100644
--- a/etc/inc/dyndns.class
+++ b/etc/inc/dyndns.class
@@ -1400,7 +1400,7 @@
curl_setopt($ip_ch, CURLOPT_TIMEOUT, 120);
if ($this->_useIPv6 == false) {
curl_setopt($ip_ch, CURLOPT_IPRESOLVE, CURL_IPRESOLVE_V4);
- };
+ }
$ip_result_page = curl_exec($ip_ch);
curl_close($ip_ch);
$ip_result_decoded = urldecode($ip_result_page);
OpenPOWER on IntegriCloud