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 20d50f8 commit 1e639feCopy full SHA for 1e639fe
tests/test_parallel_sessions.c
@@ -76,7 +76,7 @@ send_get_thread(void *arg)
76
NC_MSG_TYPE msgtype;
77
78
/* create a NETCONF session */
79
- nc_sess = nc_connect_unix(targ->st->socket_path, (struct ly_ctx *)nc_session_get_ctx(st->nc_sess2));
+ nc_sess = nc_connect_unix(targ->st->socket_path, NULL);
80
assert_non_null(nc_sess);
81
82
pthread_barrier_wait(&targ->barrier);
0 commit comments