diff options
| author | Garrett D'Amore <garrett@damore.org> | 2024-12-15 18:42:07 -0800 |
|---|---|---|
| committer | Garrett D'Amore <garrett@damore.org> | 2024-12-15 18:42:07 -0800 |
| commit | 26b0b112745d4a4f658ffc39b40d3614fa29019f (patch) | |
| tree | 52b65d34020750510727d8b72864275d7992383f /src | |
| parent | 943cafb0023584ed0e5f1c752a62b41d2e1f7347 (diff) | |
| download | nng-26b0b112745d4a4f658ffc39b40d3614fa29019f.tar.gz nng-26b0b112745d4a4f658ffc39b40d3614fa29019f.tar.bz2 nng-26b0b112745d4a4f658ffc39b40d3614fa29019f.zip | |
remove panic - left over from debug
Diffstat (limited to 'src')
| -rw-r--r-- | src/core/pipe.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/pipe.c b/src/core/pipe.c index 3494ca2b..eaf49af9 100644 --- a/src/core/pipe.c +++ b/src/core/pipe.c @@ -299,7 +299,6 @@ pipe_create(nni_pipe **pp, nni_sock *sock, nni_sp_tran *tran, nni_dialer *d, rv2 = tops->p_init(tran_data, p); rv3 = pops->pipe_init(proto_data, p, sock_data); if (rv1 != 0 || rv2 != 0 || rv3 != 0) { - nni_panic("HERE"); nni_pipe_close(p); nni_pipe_rele(p); return (rv1 ? rv1 : rv2 ? rv2 : rv3); |
