aboutsummaryrefslogtreecommitdiff
path: root/src/sp/protocol/pubsub0/sub_test.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/sp/protocol/pubsub0/sub_test.c')
-rw-r--r--src/sp/protocol/pubsub0/sub_test.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/sp/protocol/pubsub0/sub_test.c b/src/sp/protocol/pubsub0/sub_test.c
index 6899d47d..5c72b8bd 100644
--- a/src/sp/protocol/pubsub0/sub_test.c
+++ b/src/sp/protocol/pubsub0/sub_test.c
@@ -140,7 +140,7 @@ test_sub_recv_late(void)
NUTS_MARRY(pub, sub);
NUTS_TRUE(nuts_poll_fd(fd) == false);
- nng_recv_aio(sub, aio);
+ nng_socket_recv(sub, aio);
// But once we send messages, it is.
// We have to send a request, in order to send a reply.