diff options
Diffstat (limited to 'mail/php5-imap')
-rw-r--r-- | mail/php5-imap/files/patch-php_imap.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/mail/php5-imap/files/patch-php_imap.c b/mail/php5-imap/files/patch-php_imap.c deleted file mode 100644 index 23ce39d82b1c..000000000000 --- a/mail/php5-imap/files/patch-php_imap.c +++ /dev/null @@ -1,11 +0,0 @@ ---- php_imap.c.orig 2008-12-30 11:06:18.000000000 +0100 -+++ php_imap.c 2008-12-30 11:06:56.000000000 +0100 -@@ -2172,7 +2172,7 @@ - - /* rfc822_parse_adrlist() modifies passed string. Copy it. */ - str_copy = estrndup(Z_STRVAL_PP(str), Z_STRLEN_PP(str)); -- rfc822_parse_adrlist(&env->to, str_copy, defaulthost); -+ rfc822_parse_adrlist(&env->to, str_copy, Z_STRVAL_PP(defaulthost)); - efree(str_copy); - - array_init(return_value); |