From 68e1bc0f21ece48c5901237ec32829eec274e4a4 Mon Sep 17 00:00:00 2001 From: Ermal Date: Fri, 20 Aug 2010 12:54:56 +0000 Subject: Not neccessary to call this here since vips_configure does this automatically. --- usr/local/www/xmlrpc.php | 1 - 1 file changed, 1 deletion(-) 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']; } -- cgit v1.1