diff options
Diffstat (limited to 'src/nxt_port_memory.c')
-rw-r--r-- | src/nxt_port_memory.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_port_memory.c b/src/nxt_port_memory.c index d21d263a..ec3227b1 100644 --- a/src/nxt_port_memory.c +++ b/src/nxt_port_memory.c @@ -379,7 +379,7 @@ nxt_port_get_port_incoming_mmap(nxt_task_t *task, nxt_pid_t spid, uint32_t id) nxt_port_mmap_t *port_mmap; nxt_port_mmap_header_t *hdr; - process = nxt_runtime_process_get(task->thread->runtime, spid); + process = nxt_runtime_process_find(task->thread->runtime, spid); if (nxt_slow_path(process == NULL)) { return NULL; } |