X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=dccp_send.c;h=887801a92f3a30128928e95e5232d7c39d4a3b59;hp=55454aaa30c807bcec4f26ad8be6cd01a3bc2085;hb=f47f21ba8703dfbd05ad8faf1c75869ff7f97f38;hpb=2204e02fa430b2506bb499389777973ea397148e diff --git a/dccp_send.c b/dccp_send.c index 55454aaa..887801a9 100644 --- a/dccp_send.c +++ b/dccp_send.c @@ -32,7 +32,6 @@ /** the list of connected clients **/ static struct list_head clients; static int listen_fd = -1; -static struct sender *self; /** Maximal number of bytes in a chunk queue. */ #define DCCP_MAX_PENDING_BYTES 40000 @@ -269,7 +268,6 @@ void dccp_send_init(struct sender *s) s->client_cmds[SENDER_ALLOW] = NULL; s->client_cmds[SENDER_ADD] = NULL; s->client_cmds[SENDER_DELETE] = NULL; - self = s; ret = dccp_open(); if (ret < 0) PARA_ERROR_LOG("%s\n", para_strerror(-ret));