We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1598f33 commit 4ec210bCopy full SHA for 4ec210b
1 file changed
src/session_server.c
@@ -3269,7 +3269,7 @@ nc_ch_client_thread(void *arg)
3269
if (nc_server_ch_client_thread_session_cond_wait(session, data)) {
3270
goto cleanup;
3271
}
3272
- VRB("Call Home client \"%s\" session terminated, reconnecting...", client->name);
+ VRB("Call Home client \"%s\" session terminated, reconnecting...", data->client_name);
3273
3274
/* LOCK */
3275
client = nc_server_ch_client_with_endpt_lock(data->client_name);
0 commit comments