summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-20 20:36:34 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-20 20:36:34 +0000
commit789af3637a585bdd5eaeb74d7c8855746c54c1fd (patch)
treee15ce1a0823eb8ef112170a03683e1358ce67e6d
parent181d7c95c7333cadc8256ef4a3260460b7d45ca0 (diff)
downloadpfsense-789af3637a585bdd5eaeb74d7c8855746c54c1fd.zip
pfsense-789af3637a585bdd5eaeb74d7c8855746c54c1fd.tar.gz
Use new function to update the configured client and not the others to get better GUI response time.
-rw-r--r--usr/local/www/services_dyndns_edit.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr/local/www/services_dyndns_edit.php b/usr/local/www/services_dyndns_edit.php
index 995ae97..53cc0dd 100644
--- a/usr/local/www/services_dyndns_edit.php
+++ b/usr/local/www/services_dyndns_edit.php
@@ -94,11 +94,11 @@ if ($_POST) {
/* nuke the cache file */
config_lock();
services_dyndns_reset($dyndns['interface'], $dyndns['type']);
- $retval = services_dyndns_configure();
+ $retval = services_dyndns_configure_client($dyndns);
config_unlock();
+
header("Location: services_dyndns.php");
exit;
- $savemsg = get_std_save_message($retval);
}
}
OpenPOWER on IntegriCloud