X-Git-Url: http://git.tuebingen.mpg.de/?a=blobdiff_plain;f=http_send.c;h=6f06673ce5aabc64728980ddfed259a65d417d53;hb=1a4ab483a2a41160e548e799609f964a7a6f3400;hp=3df694de912e5a9d6e85544b3a68e68168004e31;hpb=0b786d977ded3c3922e851e5b8d60837b43469b9;p=paraslash.git diff --git a/http_send.c b/http_send.c index 3df694de..6f06673c 100644 --- a/http_send.c +++ b/http_send.c @@ -266,6 +266,7 @@ static void http_send_init(void) const struct sender http_sender = { .name = "http", .init = http_send_init, + .shutdown = http_shutdown_clients, .pre_select = http_pre_select, .post_select = http_post_select, .send = http_send,