Skip to content
Snippets Groups Projects
Commit 62f06c1b authored by bobcanthelpyou's avatar bobcanthelpyou Committed by Christof Schulze
Browse files

gluon-mesh-babel: Unsigned variable 'total' can't be negative

parent 083b7ef6
No related branches found
No related tags found
No related merge requests found
...@@ -575,7 +575,7 @@ static struct json_object * get_clients(void) { ...@@ -575,7 +575,7 @@ static struct json_object * get_clients(void) {
count_stations(&wifi24, &wifi5); count_stations(&wifi24, &wifi5);
size_t total = ask_l3roamd_for_client_count(); int total = ask_l3roamd_for_client_count();
size_t wifi = wifi24 + wifi5; size_t wifi = wifi24 + wifi5;
struct json_object *ret = json_object_new_object(); struct json_object *ret = json_object_new_object();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment