X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=16820a5380395fabd841287448108a346a2fb4ca;hp=5a9ddf641796931e70accd1fa1ae3a74bfbff57d;hb=0f5a66770a6f43dd2c6bcb69601ec646d53b02f1;hpb=2b004fc5dc0c652c6eb4daf84e5875f2c852ca72 diff --git a/send_common.c b/send_common.c index 5a9ddf64..16820a53 100644 --- a/send_common.c +++ b/send_common.c @@ -236,7 +236,7 @@ void generic_com_on(struct sender_status *ss, unsigned protocol) return; } add_close_on_fork_list(fd); - ss->listen_fd = ret; + ss->listen_fd = fd; return; }