mirror of
https://gitlab.xiph.org/xiph/icecast-server.git
synced 2025-02-02 15:07:36 -05:00
Cleanup: Corrected type int -> bool
This commit is contained in:
parent
241c8f0895
commit
adc1b3f025
@ -1491,9 +1491,9 @@ static void command_dashboard (client_t *client, source_t *source, adm
|
||||
admin_dashboard_status_t status = ADMIN_DASHBOARD_STATUS_OK;
|
||||
reportxml_node_t *resource;
|
||||
reportxml_node_t *node;
|
||||
int has_sources;
|
||||
int has_many_clients;
|
||||
int has_too_many_clients;
|
||||
bool has_sources;
|
||||
bool has_many_clients;
|
||||
bool has_too_many_clients;
|
||||
bool has_legacy_sources;
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user