diff options
| author | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:09:42 -0700 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2025-04-27 22:17:22 -0700 |
| commit | 70ae513e4dda50864f7d45b6676549ed5246144d (patch) | |
| tree | 4b3af5df7d7aeb2301c31717d9f625e2b0a8ff86 /src/sp/transport/ipc | |
| parent | e6848652f9684f044543a3ddf24dab806e34bc7c (diff) | |
| download | nng-70ae513e4dda50864f7d45b6676549ed5246144d.tar.gz nng-70ae513e4dda50864f7d45b6676549ed5246144d.tar.bz2 nng-70ae513e4dda50864f7d45b6676549ed5246144d.zip | |
Transport listen: use nng_err
Diffstat (limited to 'src/sp/transport/ipc')
| -rw-r--r-- | src/sp/transport/ipc/ipc.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp/transport/ipc/ipc.c b/src/sp/transport/ipc/ipc.c index 82ec3f7e..0163767b 100644 --- a/src/sp/transport/ipc/ipc.c +++ b/src/sp/transport/ipc/ipc.c @@ -902,11 +902,11 @@ ipc_ep_set_recv_max_sz(void *arg, const void *v, size_t sz, nni_type t) return (rv); } -static int +static nng_err ipc_ep_bind(void *arg, nng_url *url) { ipc_ep *ep = arg; - int rv; + nng_err rv; NNI_ARG_UNUSED(url); nni_mtx_lock(&ep->mtx); |
