Skip to content

Commit 6a8db93

Browse files
committed
Merge branch 'patch-3' of https://github.com/s0ph1e/php-src into PHP-5.5
2 parents c0119ca + 1edb2e9 commit 6a8db93

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ext/standard/mail.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -225,7 +225,6 @@ void php_mail_log_to_file(char *filename, char *message, size_t message_size TSR
225225

226226
static int php_mail_detect_multiple_crlf(char *hdr) {
227227
/* This function detects multiple/malformed multiple newlines. */
228-
size_t len;
229228

230229
if (!hdr) {
231230
return 0;

0 commit comments

Comments
 (0)