mirror of
https://gitlab.com/openconnect/ocserv.git
synced 2026-02-10 16:57:00 +08:00
config: avoid compiler warning
Signed-off-by: Nikos Mavrogiannopoulos <nmav@gnutls.org>
This commit is contained in:
@@ -1419,7 +1419,7 @@ int add_multi_line_val(void *pool, const char *name, char ***s_name, size_t *num
|
||||
|
||||
void clear_old_configs(struct perm_cfg_st* config)
|
||||
{
|
||||
attic_entry_st *e, *pos;
|
||||
attic_entry_st *e = NULL, *pos;
|
||||
|
||||
/* go through the attic and clear old configurations if unused */
|
||||
list_for_each_safe(&config->attic, e, pos, list) {
|
||||
|
||||
Reference in New Issue
Block a user