Merge branch 'type-limits-warning' into 'master'

Fix compiler warning when PAM/RADIUS are disabled

See merge request openconnect/ocserv!529
This commit is contained in:
Nikos Mavrogiannopoulos
2026-05-01 14:12:10 +00:00
+1 -1
View File
@@ -436,7 +436,7 @@ static void figure_acct_funcs(void *pool, const char *vhostname,
struct static_cfg_st *config, const char *acct,
unsigned int is_worker)
{
unsigned int i;
int i;
unsigned int found = 0;
if (acct == NULL)