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:
Nathan Whitehorn 2004-12-07 03:41:38 +00:00
parent 8a9c92207f
commit 90ccec14e5

View File

@ -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;