ifx bug with codeing of version 12402

git-svn-id: svn+ssh://svn.gna.org/svn/gnustep/libs/base/trunk@36518 72102866-910b-0410-8b05-ffd578937521
This commit is contained in:
Richard Frith-MacDonald 2013-04-14 06:25:22 +00:00
parent 5fac2e2ca2
commit 74c57bc2ce
2 changed files with 11 additions and 12 deletions

View file

@ -7169,6 +7169,7 @@ GS_PRIVATE_INTERNAL(GSMimeSMTPClient)
if (sep != ' ' && sep != '-')
{
NSLog(@"Server made illegal response ... %@", s);
RELEASE(s);
[self _shutdown: [self _response: @"bad format"]];
return;
}