X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=dccp_recv.c;h=ca3432a31de2fc3eaadf13572cef68358f85c0a2;hb=6fb1fc05a236d8732b0ae9581cc84d9958b3af76;hp=c751f2f7ce5d85464d506c8c6582556bb424aa7d;hpb=650e5374914c1eb725ce7d2a720611bec22112bc;p=paraslash.git 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;