mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
fix thread safety
This commit is contained in:
parent
577ffcb55e
commit
7d41afeee8
1 changed files with 1 additions and 1 deletions
|
@ -868,7 +868,7 @@ static int Post(LPCSTR msg)
|
||||||
//********************************************************************/
|
//********************************************************************/
|
||||||
static int Ack(char **server_response)
|
static int Ack(char **server_response)
|
||||||
{
|
{
|
||||||
static char buf[MAIL_BUFFER_SIZE];
|
ZEND_TLS char buf[MAIL_BUFFER_SIZE];
|
||||||
int rlen;
|
int rlen;
|
||||||
int Index = 0;
|
int Index = 0;
|
||||||
int Received = 0;
|
int Received = 0;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue