aboutsummaryrefslogtreecommitdiff
path: root/src/core/endpt.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/endpt.c')
-rw-r--r--src/core/endpt.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/endpt.c b/src/core/endpt.c
index 67d17cea..9c3d9b50 100644
--- a/src/core/endpt.c
+++ b/src/core/endpt.c
@@ -115,6 +115,7 @@ nni_endpt_connect(nni_endpt *ep, nni_pipe **pp)
return (rv);
}
ep->ep_pipe = pipe;
+ pipe->p_ep = ep;
*pp = pipe;
return (0);
}