diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2007-04-25 15:54:08 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2007-04-25 15:54:08 +0000 |
commit | afa51caf16240e570dffe0d8e7e6a99766c676a9 (patch) | |
tree | f50c24d463abc7fd27827356be4eb402e9564aff | |
parent | 8f0e8716b76512f67e53d624c89d1b2fe4ab2c41 (diff) | |
download | pfsense-packages-afa51caf16240e570dffe0d8e7e6a99766c676a9.tar.gz pfsense-packages-afa51caf16240e570dffe0d8e7e6a99766c676a9.tar.bz2 pfsense-packages-afa51caf16240e570dffe0d8e7e6a99766c676a9.zip |
Use pfsense.restore_config_section xmlrpc call for syncing tinydns data.
-rw-r--r-- | packages/tinydns/tinydns.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/tinydns/tinydns.inc b/packages/tinydns/tinydns.inc index 43da9646..32db59fc 100644 --- a/packages/tinydns/tinydns.inc +++ b/packages/tinydns/tinydns.inc @@ -446,7 +446,7 @@ function tinydns_do_xmlrpc_sync($sync_to_ip, $password) { /* set a few variables needed for sync code borrowed from filter.inc */ $url = $synchronizetoip; - $method = 'pfsense.merge_config_section'; + $method = 'pfsense.restore_config_section'; /* Sync! */ log_error("Beginning TinyDNS XMLRPC sync to {$url}:{$port}."); |