summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-09-22 19:12:35 +0000
committerErmal <eri@pfsense.org>2010-09-22 19:12:35 +0000
commit587069916d1903af6f25d8bbcbf5e20846643d73 (patch)
treef627e5bae7584cfe9c69ab0ded5749197440fd38 /etc
parent6a94b64c2389f124a2ab93d3a1e4948cdd5187ee (diff)
downloadpfsense-587069916d1903af6f25d8bbcbf5e20846643d73.zip
pfsense-587069916d1903af6f25d8bbcbf5e20846643d73.tar.gz
Fixup multiple dyndns updates with interface parameter passed. Reported-by: Blumeatt http://forum.pfsense.org/index.php/topic,27704.15.html
Diffstat (limited to 'etc')
-rw-r--r--etc/inc/services.inc5
1 files changed, 1 insertions, 4 deletions
diff --git a/etc/inc/services.inc b/etc/inc/services.inc
index 518171d..9ca1166 100644
--- a/etc/inc/services.inc
+++ b/etc/inc/services.inc
@@ -621,9 +621,6 @@ function services_dyndns_configure($int = "") {
services_dyndns_configure_client($dyndns);
sleep(1);
-
- if (!empty($int))
- break;
}
if ($g['booting'])
@@ -1368,4 +1365,4 @@ function install_cron_job($command, $active=false, $minute="0", $hour="*", $mont
configure_cron();
}
-?> \ No newline at end of file
+?>
OpenPOWER on IntegriCloud