From 7cc9a8b02b7528150ebada718578e7c0e3f88bdd Mon Sep 17 00:00:00 2001 From: ejurgensen Date: Sat, 16 Sep 2017 17:00:42 +0200 Subject: [PATCH] [httpd] Fix unused label when compiling without libwebsockets --- src/httpd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/httpd.c b/src/httpd.c index 0af8cb23..4cbbf540 100644 --- a/src/httpd.c +++ b/src/httpd.c @@ -1649,8 +1649,8 @@ httpd_init(void) streaming_deinit(); #ifdef HAVE_LIBWEBSOCKETS websocket_deinit(); -#endif websocket_fail: +#endif jsonapi_deinit(); jsonapi_fail: dacp_deinit();