Skip to content

Commit 5a2c5b9

Browse files
committed
session client REFACTOR formatting
1 parent 5c1c9b3 commit 5a2c5b9

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/session_client.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1829,7 +1829,8 @@ nc_accept_callhome(int timeout, struct ly_ctx *ctx, struct nc_session **session)
18291829
return -1;
18301830
}
18311831

1832-
sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout, &host, &port, &idx);
1832+
sock = nc_sock_accept_binds(client_opts.ch_binds, client_opts.ch_bind_count, &client_opts.ch_bind_lock, timeout,
1833+
&host, &port, &idx);
18331834
if (sock < 1) {
18341835
free(host);
18351836
return sock;

0 commit comments

Comments
 (0)