aboutsummaryrefslogtreecommitdiff
path: root/auth.c
diff options
context:
space:
mode:
Diffstat (limited to 'auth.c')
-rw-r--r--auth.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/auth.c b/auth.c
index b3ed872..b56e072 100644
--- a/auth.c
+++ b/auth.c
@@ -295,7 +295,7 @@ int auth_login(const struct auth *const a, const char *const user,
goto end;
}
- cJSON *u;
+ const cJSON *u;
cJSON_ArrayForEach(u, users)
{