X-Git-Url: http://git.tuebingen.mpg.de/?p=paraslash.git;a=blobdiff_plain;f=http_send.c;h=e376c4646cc92554dda73cd906d34f9d2f8e7155;hp=e8b22cf9958959b48d3d84855aeaf45cb1a5cf62;hb=d544360d5aef3afc27174777a6616f0393bba693;hpb=6b44f1fdf5fdfd18b9f77a87428a971eef0c547e diff --git a/http_send.c b/http_send.c index e8b22cf9..e376c464 100644 --- a/http_send.c +++ b/http_send.c @@ -251,6 +251,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;