diff options
Diffstat (limited to 'src/supplemental/http')
| -rw-r--r-- | src/supplemental/http/http_server.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supplemental/http/http_server.c b/src/supplemental/http/http_server.c index 503ab1dd..7feadc96 100644 --- a/src/supplemental/http/http_server.c +++ b/src/supplemental/http/http_server.c @@ -895,7 +895,7 @@ http_server_start(nni_http_server *s) if (rv != 0) { return (rv); } - if ((rv = nni_plat_tcp_ep_listen(s->tep)) != 0) { + if ((rv = nni_plat_tcp_ep_listen(s->tep, NULL)) != 0) { nni_plat_tcp_ep_fini(s->tep); s->tep = NULL; return (rv); |
