mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-08-08 09:21:48 +08:00
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:
+1
-1
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user