gluon-respondd: fix count_stations() arguments
Fixes warnings about implicit pointer-to-int and int-to-pointer casts. Fixes:59a4cd63b8
("gluon-respondd: expose OWE clients in nodeinfo") (cherry picked from commit17123aa420
)
This commit is contained in:
parent
882fbab6ae
commit
8b8ba9fbe1
@ -239,7 +239,7 @@ static void count_iface_stations(size_t *wifi24, size_t *wifi5, const char *ifna
|
||||
}
|
||||
}
|
||||
|
||||
static void count_stations(size_t *wifi24, size_t *wifi5, size_t *owe24, size_t owe5) {
|
||||
static void count_stations(size_t *wifi24, size_t *wifi5, size_t *owe24, size_t *owe5) {
|
||||
struct uci_context *ctx = uci_alloc_context();
|
||||
if (!ctx)
|
||||
return;
|
||||
|
Loading…
Reference in New Issue
Block a user