mirror of
https://github.com/php/php-src.git
synced 2025-08-20 01:14:28 +02:00
Fixing build of IMAP extension, after changes in sendmail
This commit is contained in:
parent
97cbaafead
commit
b3d03499bd
1 changed files with 1 additions and 0 deletions
|
@ -117,6 +117,7 @@ int imap_SendText(char *RPath, char *Subject, char *mailTo, char *data, char *he
|
|||
char *p;
|
||||
char *tempMailTo;
|
||||
ADDRESS *addr;
|
||||
char *server_response = NULL;
|
||||
|
||||
/* check for NULL parameters */
|
||||
if (data == NULL)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue