X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_recv.c;h=ca3432a31de2fc3eaadf13572cef68358f85c0a2;hp=c751f2f7ce5d85464d506c8c6582556bb424aa7d;hb=ae5e9dbcaaad643039e44c85891b3d7b383b23dd;hpb=5cb5db1fbf8f9b96c3b5a1e0cc7de9e710757540 diff --git a/dccp_recv.c b/dccp_recv.c index c751f2f7..ca3432a3 100644 --- a/dccp_recv.c +++ b/dccp_recv.c @@ -11,8 +11,13 @@ * (C) 2005 Ian McDonald */ +#include +#include #include #include +#include +#include +#include #include "para.h" #include "error.h" @@ -53,6 +58,7 @@ static int dccp_recv_open(struct receiver_node *rn) } fd = makesock(IPPROTO_DCCP, 0, conf->host_arg, conf->port_arg, fo); + flowopt_cleanup(fo); free(ccids); if (fd < 0) return fd;