minor fix at MNCC socket

This commit is contained in:
Andreas Eversberg 2016-07-09 11:17:37 +02:00
parent 44ebf1616a
commit 26ab26db48
1 changed files with 0 additions and 1 deletions

View File

@ -126,7 +126,6 @@ static int mncc_accept(void)
mncc_sock = rc;
flags = fcntl(mncc_sock, F_GETFL, 0);
flags = 0;
rc = fcntl(mncc_sock, F_SETFL, flags | O_NONBLOCK);
if (rc < 0) {
PDEBUG(DMNCC, DEBUG_ERROR, "Failed to set socket into non-blocking IO mode.\n");