]> git.tuebingen.mpg.de Git - paraslash.git/blobdiff - http_send.c
server: Initialize user list at compile time.
[paraslash.git] / http_send.c
index 3df694de912e5a9d6e85544b3a68e68168004e31..6f06673ce5aabc64728980ddfed259a65d417d53 100644 (file)
@@ -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,