diff options
Diffstat (limited to 'src/nxt_runtime.h')
-rw-r--r-- | src/nxt_runtime.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_runtime.h b/src/nxt_runtime.h index 3ba082f9..13072021 100644 --- a/src/nxt_runtime.h +++ b/src/nxt_runtime.h @@ -112,7 +112,7 @@ nxt_port_t *nxt_runtime_port_first(nxt_runtime_t *rt, nxt_lvlhsh_each_t *lhe); #define nxt_runtime_port_next(rt, lhe) \ - nxt_lvlhsh_each(&rt->ports, lhe) + nxt_port_hash_next(&rt->ports, lhe) /* STUB */ |