iwinfo: constify string map arg for rpc_iwinfo_call_int()

Fixes the build since the string maps have been constified.
This commit is contained in:
Andre Heider 2022-11-26 16:15:16 +01:00 committed by Jo-Philipp Wich
parent 8c852b656b
commit 6c5e900394

View file

@ -96,7 +96,7 @@ rpc_iwinfo_close(void)
static void
rpc_iwinfo_call_int(const char *name, int (*func)(const char *, int *),
const char **map)
const char * const *map)
{
int rv;