We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f2e1d0 commit e115a6aCopy full SHA for e115a6a
src/sync.c
@@ -76,7 +76,7 @@ static void request_complete_signal(void *arg) {
76
77
static void sendaio_complete(void *arg) {
78
79
- nng_aio *aio = ((nano_aio *) arg)->aio;
+ nng_aio *aio = (nng_aio *) arg;
80
if (nng_aio_result(aio))
81
nng_msg_free(nng_aio_get_msg(aio));
82
0 commit comments