fixed: compiling on Debian (it has no MSG_EOF flag)

git-svn-id: svn://ttmath.org/publicrep/winix/trunk@1000 e52654a7-88a9-db11-a3e9-0013d4bc506e
This commit is contained in:
Tomasz Sowa 2015-01-02 07:15:22 +00:00
parent ddf7ef30ad
commit 904f1e70f2
1 changed files with 1 additions and 1 deletions

View File

@ -1833,7 +1833,7 @@ int res;
if( res == 0 )
{
send(s, msg.c_str(), msg.size(), MSG_EOF);
send(s, msg.c_str(), msg.size(), 0);
}
close(s);