mirror of
https://github.com/owntone/owntone-server.git
synced 2025-11-09 05:34:58 -05:00
[httpd] Fix unused label when compiling without libwebsockets
This commit is contained in:
@@ -1649,8 +1649,8 @@ httpd_init(void)
|
|||||||
streaming_deinit();
|
streaming_deinit();
|
||||||
#ifdef HAVE_LIBWEBSOCKETS
|
#ifdef HAVE_LIBWEBSOCKETS
|
||||||
websocket_deinit();
|
websocket_deinit();
|
||||||
#endif
|
|
||||||
websocket_fail:
|
websocket_fail:
|
||||||
|
#endif
|
||||||
jsonapi_deinit();
|
jsonapi_deinit();
|
||||||
jsonapi_fail:
|
jsonapi_fail:
|
||||||
dacp_deinit();
|
dacp_deinit();
|
||||||
|
|||||||
Reference in New Issue
Block a user