summaryrefslogtreecommitdiffstats
path: root/etc/inc/openvpn.tls-verify.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2012-01-24 16:07:12 -0500
committerjim-p <jimp@pfsense.org>2012-01-24 16:14:44 -0500
commitaa291f197a71383b41ed2b54cc5177d143e70ab2 (patch)
tree20d221a3a1f9a7241aec0d1a1b44bab5d8a32f62 /etc/inc/openvpn.tls-verify.php
parentd224df189c8b1320a9d408db93afe4ce1a80970b (diff)
downloadpfsense-aa291f197a71383b41ed2b54cc5177d143e70ab2.zip
pfsense-aa291f197a71383b41ed2b54cc5177d143e70ab2.tar.gz
Comment out debug print for cert verification
Diffstat (limited to 'etc/inc/openvpn.tls-verify.php')
-rw-r--r--etc/inc/openvpn.tls-verify.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/etc/inc/openvpn.tls-verify.php b/etc/inc/openvpn.tls-verify.php
index dd01645..8ef5189 100644
--- a/etc/inc/openvpn.tls-verify.php
+++ b/etc/inc/openvpn.tls-verify.php
@@ -70,7 +70,7 @@ if (isset($allowed_depth) && ($cert_depth > $allowed_depth)) {
}
// Debug
-syslog(LOG_WARNING, "Found certificate {$argv[2]} with depth {$cert_depth}\n");
+//syslog(LOG_WARNING, "Found certificate {$argv[2]} with depth {$cert_depth}\n");
exit(0);
OpenPOWER on IntegriCloud