nxt_main_process.c (2050:d1298cc3f385) nxt_main_process.c (2078:0996dd223cdd)
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8#include <nxt_runtime.h>

--- 565 unchanged lines hidden (view full) ---

574 process->user_cred,
575 &process->isolation.clone)
576 != NXT_OK))
577 {
578 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_ERROR,
579 -1, msg->port_msg.stream, 0, NULL);
580 return;
581 }
1
2/*
3 * Copyright (C) Igor Sysoev
4 * Copyright (C) NGINX, Inc.
5 */
6
7#include <nxt_main.h>
8#include <nxt_runtime.h>

--- 565 unchanged lines hidden (view full) ---

574 process->user_cred,
575 &process->isolation.clone)
576 != NXT_OK))
577 {
578 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_ERROR,
579 -1, msg->port_msg.stream, 0, NULL);
580 return;
581 }
582 }
582 }
583
584#endif
585
586 process->state = NXT_PROCESS_STATE_CREATED;
587
588 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_READY_LAST,
589 -1, msg->port_msg.stream, 0, NULL);
590}

--- 1007 unchanged lines hidden ---
583
584#endif
585
586 process->state = NXT_PROCESS_STATE_CREATED;
587
588 (void) nxt_port_socket_write(task, port, NXT_PORT_MSG_RPC_READY_LAST,
589 -1, msg->port_msg.stream, 0, NULL);
590}

--- 1007 unchanged lines hidden ---