diff options
Diffstat (limited to '')
-rw-r--r-- | src/nxt_port_socket.c | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/src/nxt_port_socket.c b/src/nxt_port_socket.c index 82a6e0aa..3f7ad954 100644 --- a/src/nxt_port_socket.c +++ b/src/nxt_port_socket.c @@ -176,10 +176,10 @@ nxt_port_socket_write(nxt_task_t *task, nxt_port_t *port, nxt_uint_t type, continue; } - if (msg->port_msg.stream == stream && - msg->port_msg.reply_port == reply_port && - msg->port_msg.last == 0 && - msg->opened) { + if (msg->port_msg.stream == stream + && msg->port_msg.reply_port == reply_port + && msg->port_msg.last == 0 + && msg->opened) { /* * An fd is ignored since a file descriptor |