fix bug #397
git-svn-id: svn+ssh://svn.code.sf.net/p/supertuxkart/code/main/trunk@9698 178a84e3-b1eb-0310-8ba1-8eac791a3b58
This commit is contained in:
@@ -187,8 +187,6 @@ void *NetworkHttp::mainLoop(void *obj)
|
||||
default:
|
||||
assert(false); // All commands should have been handled.
|
||||
} // switch(request->getCommand())
|
||||
if(status==CURLE_ABORTED_BY_CALLBACK)
|
||||
break;
|
||||
|
||||
if(me->m_current_request->manageMemory())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user