diff options
| author | Ruslan Ermilov <ru@nginx.com> | 2017-08-16 14:16:14 +0300 |
|---|---|---|
| committer | Ruslan Ermilov <ru@nginx.com> | 2017-08-16 14:16:14 +0300 |
| commit | 23d38a57942d2b0b000ea45dea10ba3004d5e23f (patch) | |
| tree | 55a936efd5c4acb8fd6b044e8302493f138235a2 /src/nxt_listen_socket.c | |
| parent | 2614758c0499ea36872127e2e1d985d58733fb8f (diff) | |
| download | unit-23d38a57942d2b0b000ea45dea10ba3004d5e23f.tar.gz unit-23d38a57942d2b0b000ea45dea10ba3004d5e23f.tar.bz2 | |
Corrected path to nxt_socket.h in comments.
Diffstat (limited to 'src/nxt_listen_socket.c')
| -rw-r--r-- | src/nxt_listen_socket.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nxt_listen_socket.c b/src/nxt_listen_socket.c index bbd6d34a..a875832c 100644 --- a/src/nxt_listen_socket.c +++ b/src/nxt_listen_socket.c @@ -290,7 +290,7 @@ nxt_listen_socket_pool_min_size(nxt_listen_socket_t *ls) * A remote socket is usually unbound and thus has unspecified Unix * domain sockaddr_un which can be shortcut to 3 bytes. To handle * a bound remote socket correctly ls->socklen should be at least - * sizeof(struct sockaddr_un), see comment in unix/nxt_socket.h. + * sizeof(struct sockaddr_un), see comment in nxt_socket.h. */ ls->socklen = 3; size = ls->socklen + sizeof("unix:") - 1; |
