mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
Increased the length of return codes allowed from smtp server to 256..
git-svn-id: file:///svn/phpbb/trunk@2030 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
5d304a8618
commit
0b912384b6
1 changed files with 1 additions and 1 deletions
|
@ -36,7 +36,7 @@
|
|||
define('SMTP_INCLUDED', 1);
|
||||
function server_parse($socket, $response)
|
||||
{
|
||||
if(!($server_response = fgets($socket, 100)))
|
||||
if(!($server_response = fgets($socket, 256)))
|
||||
{
|
||||
message_die(GENERAL_ERROR, "Couldn't get mail server response codes", "", __LINE__, __FILE__);
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue