We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3fc94c commit 1132753Copy full SHA for 1132753
src/sp/protocol/mqtt/auth_http_test.c
@@ -78,6 +78,8 @@ void test_auth_http_sub_pub(void)
78
NUTS_TRUE(conf->acl_req.mtx != NULL);
79
nng_mtx_alloc(&conf->super_req.mtx);
80
NUTS_TRUE(conf->super_req.mtx != NULL);
81
+ nng_mtx_alloc(&conf->acl_cache_mtx);
82
+ NUTS_TRUE(conf->acl_cache_mtx != NULL);
83
84
topic_queue *tq = topic_queue_init("topic1", strlen("topic1"));
85
0 commit comments