diff options
-rw-r--r-- | includes/general.php | 1 |
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); |