mirror of
https://github.com/php/php-src.git
synced 2025-08-21 01:45:16 +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 *p;
|
||||||
char *tempMailTo;
|
char *tempMailTo;
|
||||||
ADDRESS *addr;
|
ADDRESS *addr;
|
||||||
|
char *server_response = NULL;
|
||||||
|
|
||||||
/* check for NULL parameters */
|
/* check for NULL parameters */
|
||||||
if (data == NULL)
|
if (data == NULL)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue