Skip to content

Commit

Permalink
tests BUGFIX sessions are not created for this test
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Jun 28, 2024
1 parent 20d50f8 commit 1e639fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_parallel_sessions.c
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ send_get_thread(void *arg)
NC_MSG_TYPE msgtype;

/* create a NETCONF session */
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);
assert_non_null(nc_sess);

pthread_barrier_wait(&targ->barrier);
Expand Down

0 comments on commit 1e639fe

Please sign in to comment.