diff options
author | Ermal <eri@pfsense.org> | 2010-08-20 12:54:56 +0000 |
---|---|---|
committer | Ermal <eri@pfsense.org> | 2010-08-20 12:54:56 +0000 |
commit | 68e1bc0f21ece48c5901237ec32829eec274e4a4 (patch) | |
tree | cf26fc378c9982dddf7ceb649107b2661b3c8554 | |
parent | dea80743c6473802b016250ab37d49061c5b2b07 (diff) | |
download | pfsense-68e1bc0f21ece48c5901237ec32829eec274e4a4.zip pfsense-68e1bc0f21ece48c5901237ec32829eec274e4a4.tar.gz |
Not neccessary to call this here since vips_configure does this automatically.
-rwxr-xr-x | usr/local/www/xmlrpc.php | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/usr/local/www/xmlrpc.php b/usr/local/www/xmlrpc.php index d7b7e88..454177a 100755 --- a/usr/local/www/xmlrpc.php +++ b/usr/local/www/xmlrpc.php @@ -248,7 +248,6 @@ function interfaces_carp_configure_xmlrpc($raw_params) { global $xmlrpc_g; $params = xmlrpc_params_to_php($raw_params); if(!xmlrpc_auth($params)) return $xmlrpc_g['return']['authfail']; - interfaces_carp_setup(); interfaces_vips_configure(); return $xmlrpc_g['return']['true']; } |