Skip to content

Commit 0f25c47

Browse files
Change the connect socket for rarun2 to an indefinite timeout instead of arbitrarily large number.
1 parent 8caac86 commit 0f25c47

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libr/socket/run.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -981,7 +981,7 @@ R_API bool r_run_config_env(RRunProfile *p) {
981981
r_socket_free (fd);
982982
return false;
983983
}
984-
r_socket_block_time(fd, true, 99999, 0);
984+
r_socket_block_time(fd, true, 0, 0);
985985

986986
if (p->_pty) {
987987
if (!redirect_socket_to_pty (fd)) {

0 commit comments

Comments
 (0)