diff --git a/nmrp.c b/nmrp.c index 29d3c6d..9df5b30 100644 --- a/nmrp.c +++ b/nmrp.c @@ -634,6 +634,10 @@ int nmrp_do(struct nmrpd_args *args) } if (!status) { + if (args->blind) { + goto out; + } + printf("Waiting for remote to respond.\n"); upload_ok = 1; ethsock_set_timeout(sock, args->ul_timeout);