X-Git-Url: https://git.piment-noir.org/?p=deb_shairplay.git;a=blobdiff_plain;f=src%2Flib%2Fraop.c;h=abf66300e6081a7db3b3a1840027c937475510d4;hp=65830d6483e432b9bd55bc62c4c6caa39e15e4db;hb=462c72aac86effe29ef0d3b5f98c0c1cbe76e5e9;hpb=20e91d6c2ce2072e35508666d5df2cfcc6e159c8 diff --git a/src/lib/raop.c b/src/lib/raop.c index 65830d6..abf6630 100644 --- a/src/lib/raop.c +++ b/src/lib/raop.c @@ -390,7 +390,7 @@ raop_init(int max_clients, raop_callbacks_t *callbacks, const char *pemkey, int httpd_cbs.conn_destroy = &conn_destroy; /* Initialize the http daemon */ - httpd = httpd_init(raop->logger, &httpd_cbs, max_clients, 1); + httpd = httpd_init(raop->logger, &httpd_cbs, max_clients); if (!httpd) { free(raop); return NULL;