mirror of
https://github.com/opnsense/src.git
synced 2026-06-11 09:41:03 -04:00
config(8): Set envmode if we accept an envvar
X-MFC-With: r335642
This commit is contained in:
parent
06753bd3f9
commit
1aae236569
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ Config_spec:
|
|||
err(EXIT_FAILURE, "calloc");
|
||||
envvar->env_str = $2;
|
||||
STAILQ_INSERT_TAIL(&envvars, envvar, envvar_next);
|
||||
envmode = 1;
|
||||
} |
|
||||
HINTS ID {
|
||||
struct hint *hint;
|
||||
|
|
|
|||
Loading…
Reference in a new issue