Fixed net_server compilation
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10364 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -158,7 +158,7 @@ POP3Protocol::Open(const char *server, int port, int)
|
|||||||
#ifdef BONE
|
#ifdef BONE
|
||||||
close(conn);
|
close(conn);
|
||||||
#else
|
#else
|
||||||
closesocket(net);
|
closesocket(conn);
|
||||||
#endif
|
#endif
|
||||||
runner->Stop(true);
|
runner->Stop(true);
|
||||||
return B_ERROR;
|
return B_ERROR;
|
||||||
|
|||||||
Reference in New Issue
Block a user