diff options
author | Ermal <eri@pfsense.org> | 2010-09-22 19:12:35 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-09-22 19:12:35 +0000 |
commit | 587069916d1903af6f25d8bbcbf5e20846643d73 (patch) | |
tree | f627e5bae7584cfe9c69ab0ded5749197440fd38 /etc | |
parent | 6a94b64c2389f124a2ab93d3a1e4948cdd5187ee (diff) | |
download | pfsense-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.inc | 5 |
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 +?> |