yangtian127
Results
1
issues of
yangtian127
In function nc_server_ch_client_thread_session_cond_wait() ```C /* CH LOCK */ pthread_mutex_lock(&session->opts.server.ch_lock); /* give the session to the user */ data->session_clb(data->client_name, session); ``` In data->session_clb, if the sysrepo session fails to start, nc_session_free()...
is:bug
status:completed