Skip to content

Commit

Permalink
session client REFACTOR formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
michalvasko committed Feb 2, 2024
1 parent 5c1c9b3 commit 5a2c5b9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/session_client.c
Original file line number Diff line number Diff line change
Expand Up @@ -1829,7 +1829,8 @@ nc_accept_callhome(int timeout, struct ly_ctx *ctx, struct nc_session **session)
return -1;
}

sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout, &host, &port, &idx);
sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout,
&host, &port, &idx);
if (sock < 1) {
free(host);
return sock;
Expand Down

0 comments on commit 5a2c5b9

Please sign in to comment.