diff options
Diffstat (limited to 'src/core/endpt.c')
| -rw-r--r-- | src/core/endpt.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/endpt.c b/src/core/endpt.c index 2d2f62ce..d077122d 100644 --- a/src/core/endpt.c +++ b/src/core/endpt.c @@ -108,6 +108,7 @@ nni_endpt_connect(nni_endpt *ep, nni_pipe **pp) nni_pipe_destroy(pipe); return (rv); } + ep->ep_pipe = pipe; *pp = pipe; return (0); } |
