Match the recent api change to rc_strlist_join also. We now free the 2nd list for ease of use.
This commit is contained in:
@ -462,7 +462,7 @@ char **rc_filter_env (void)
|
||||
if (! whitelist)
|
||||
ewarn ("system environment whitelist (" SYS_WHITELIST ") missing");
|
||||
|
||||
whitelist = rc_strlist_join (whitelist, rc_get_list (USR_WHITELIST));
|
||||
rc_strlist_join (&whitelist, rc_get_list (USR_WHITELIST));
|
||||
|
||||
if (! whitelist)
|
||||
return (NULL);
|
||||
|
Reference in New Issue
Block a user