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:
parent
8a9c92207f
commit
90ccec14e5
@ -158,7 +158,7 @@ POP3Protocol::Open(const char *server, int port, int)
|
||||
#ifdef BONE
|
||||
close(conn);
|
||||
#else
|
||||
closesocket(net);
|
||||
closesocket(conn);
|
||||
#endif
|
||||
runner->Stop(true);
|
||||
return B_ERROR;
|
||||
|
Loading…
Reference in New Issue
Block a user