summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index f61ead43..c2681e61 100644
--- a/main.c
+++ b/main.c
@@ -465,8 +465,8 @@ static int do_recv(int f_in,int f_out,struct file_list *flist,char *local_name)
#ifdef DELAY_BEFORE_SIGNALING_RECEIVER
/* workaround for cygwin hangs; wait to make sure child is ready */
msleep(100);
- kill(pid, SIGUSR2);
#endif
+ kill(pid, SIGUSR2);
wait_process(pid, &status);
return status;
}