X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=send_common.c;h=16820a5380395fabd841287448108a346a2fb4ca;hp=5a9ddf641796931e70accd1fa1ae3a74bfbff57d;hb=e0545fd978a9583f9583b9bb35e5c25cb78c78f4;hpb=2789c05ca43f0f89d76e1c86677335448fcce6d0 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; }