Skip to content

Commit 1e639fe

Browse files
committed
tests BUGFIX sessions are not created for this test
1 parent 20d50f8 commit 1e639fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/test_parallel_sessions.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ send_get_thread(void *arg)
7676
NC_MSG_TYPE msgtype;
7777

7878
/* create a NETCONF session */
79-
nc_sess = nc_connect_unix(targ->st->socket_path, (struct ly_ctx *)nc_session_get_ctx(st->nc_sess2));
79+
nc_sess = nc_connect_unix(targ->st->socket_path, NULL);
8080
assert_non_null(nc_sess);
8181

8282
pthread_barrier_wait(&targ->barrier);

0 commit comments

Comments
 (0)