mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
should fix bug #5729
# I'm unable to test, as I still haven't got working Windows # Please check that it compiles.
This commit is contained in:
parent
2c95b113bd
commit
a525d022ce
1 changed files with 3 additions and 1 deletions
|
@ -160,6 +160,9 @@ void TSMClose()
|
|||
compomise the rest of the application if sockets are used
|
||||
elesewhere
|
||||
*/
|
||||
|
||||
shutdown(sc, 0);
|
||||
closesocket(sc);
|
||||
}
|
||||
|
||||
|
||||
|
@ -197,7 +200,6 @@ char *GetSMErrorText(int index)
|
|||
//*******************************************************************/
|
||||
int SendText(char *RPath, char *Subject, char *mailTo, char *data, char *headers)
|
||||
{
|
||||
|
||||
int res, i;
|
||||
char *p;
|
||||
char *tempMailTo, *token, *pos1, *pos2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue