From 5f7b7d7bd63838a7e7f798c5a8412d6f5f9d44f4 Mon Sep 17 00:00:00 2001 From: Garrett D'Amore Date: Sun, 11 Jul 2021 12:01:26 -0700 Subject: More symbol renaming --- src/sp/transport/ipc/ipc.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'src/sp/transport/ipc/ipc.c') diff --git a/src/sp/transport/ipc/ipc.c b/src/sp/transport/ipc/ipc.c index d6b473ec..ef597c5d 100644 --- a/src/sp/transport/ipc/ipc.c +++ b/src/sp/transport/ipc/ipc.c @@ -1156,12 +1156,12 @@ int nng_ipc_register(void) { int rv; - if (((rv = nni_tran_register(&ipc_tran)) != 0) + if (((rv = nni_sp_tran_register(&ipc_tran)) != 0) #ifdef NNG_PLATFORM_POSIX - || ((rv = nni_tran_register(&ipc_tran_unix)) != 0) + || ((rv = nni_sp_tran_register(&ipc_tran_unix)) != 0) #endif #ifdef NNG_HAVE_ABSTRACT_SOCKETS - || ((rv = nni_tran_register(&ipc_tran_abstract)) != 0) + || ((rv = nni_sp_tran_register(&ipc_tran_abstract)) != 0) #endif ) { return (rv); -- cgit v1.2.3-70-g09d2