Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mrdeep1 committed Dec 18, 2024
1 parent 8e16c24 commit fea96ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/coap_net.c
Original file line number Diff line number Diff line change
Expand Up @@ -709,7 +709,7 @@ coap_new_context(const coap_address_t *listen_addr) {
coap_socket_strerror(),
errno);
} else {
#infdef _WIN32
#ifndef _WIN32
flags = fcntl(c->pipefd[0], F_GETFL);
flags |= O_NONBLOCK;
fcntl(c->pipefd[0], F_SETFL, flags);
Expand Down

0 comments on commit fea96ed

Please sign in to comment.