summaryrefslogtreecommitdiffstats
path: root/etc/inc/xmlrpc.inc
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2006-05-02 21:57:40 +0000
committerScott Ullrich <sullrich@pfsense.org>2006-05-02 21:57:40 +0000
commit66752f2423c6636401f3a74a276dabd0ddf91223 (patch)
tree20e49b26d615b37b5309bc750fbf9504cab954fb /etc/inc/xmlrpc.inc
parentba0a9384b98404409de7742c7c8c16ac3832da76 (diff)
downloadpfsense-66752f2423c6636401f3a74a276dabd0ddf91223.zip
pfsense-66752f2423c6636401f3a74a276dabd0ddf91223.tar.gz
Remove logging on target nodes, the primary is keeping track.
Diffstat (limited to 'etc/inc/xmlrpc.inc')
-rw-r--r--etc/inc/xmlrpc.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/etc/inc/xmlrpc.inc b/etc/inc/xmlrpc.inc
index 74fa712..96ba308 100644
--- a/etc/inc/xmlrpc.inc
+++ b/etc/inc/xmlrpc.inc
@@ -108,10 +108,11 @@ function xmlrpc_auth(&$params) {
array_shift($params);
return true;
} else if(crypt($params['xmlrpcauth'], $localpass) != $localpass) {
- log_error("An error occured while syncing the XML configuration. Invalid password.");
unset($params['xmlrpcauth']);
return false;
}
+ unset($params['xmlrpcauth']);
+ return false;
}
?> \ No newline at end of file
OpenPOWER on IntegriCloud