summaryrefslogtreecommitdiff
path: root/includes
diff options
context:
space:
mode:
authorBenny Baumann <BenBE@geshi.org>2014-11-30 18:42:09 +0100
committerBenny Baumann <BenBE@geshi.org>2014-11-30 18:42:09 +0100
commitae094ec445fb164e1b6d5c369ae9556bb9c521cd (patch)
tree675d80e04c798963bc78afa9690da880ace40836 /includes
parentfc29c30e5fc0110fcca39758dcb9b212c049c035 (diff)
downloadcacert-devel-ae094ec445fb164e1b6d5c369ae9556bb9c521cd.tar.gz
cacert-devel-ae094ec445fb164e1b6d5c369ae9556bb9c521cd.tar.xz
cacert-devel-ae094ec445fb164e1b6d5c369ae9556bb9c521cd.zip
bug 1288: Some cleanup as this is never used anywaybug-1288
Diffstat (limited to 'includes')
-rw-r--r--includes/general.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/includes/general.php b/includes/general.php
index ac9ac87..b34b870 100644
--- a/includes/general.php
+++ b/includes/general.php
@@ -601,7 +601,6 @@
fputs($fp, "EHLO www.cacert.org\r\n");
do {
$line = fgets($fp, 4096);
- $has_starttls |= trim($line) == "250-STARTTLS";
} while(substr($line, 0, 4) == "250-");
if(substr($line, 0, 3) != "250") {
fclose($fp);