X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=50211701b2f3df2c5fd8e919b352b7c967961b3a;hp=e8b22cf9958959b48d3d84855aeaf45cb1a5cf62;hb=8aa0f575bcca12ab63ab53141c2144448c457478;hpb=fd652c08d4b5b26032646c449e1979c48018b70a diff --git a/http_send.c b/http_send.c index e8b22cf9..50211701 100644 --- a/http_send.c +++ b/http_send.c @@ -1,5 +1,5 @@ /* - * Copyright (C) 2005-2010 Andre Noll + * Copyright (C) 2005-2011 Andre Noll * * Licensed under the GPL v2. For licencing details see COPYING. */ @@ -8,8 +8,8 @@ #include #include -#include #include +#include #include "para.h" #include "error.h" @@ -21,6 +21,7 @@ #include "http.h" #include "list.h" #include "send.h" +#include "sched.h" #include "vss.h" #include "close_on_fork.h" #include "net.h" @@ -251,6 +252,7 @@ void http_send_init(struct sender *s) s->pre_select = http_pre_select; s->post_select = http_post_select; s->shutdown_clients = http_shutdown_clients; + s->resolve_target = NULL; s->help = generic_sender_help; s->client_cmds[SENDER_ON] = http_com_on; s->client_cmds[SENDER_OFF] = http_com_off;