mirror of
https://github.com/opnsense/src.git
synced 2026-04-21 22:27:47 -04:00
Bugfix to not hide jailparam flags, which for example changes the output
"vnet=2" to the less opaque "vnet=inherit" Reported by: kevans MFC after: 5 days
This commit is contained in:
parent
5fee468e83
commit
3050aced42
1 changed files with 1 additions and 1 deletions
|
|
@ -323,7 +323,7 @@ add_param(const char *name, void *value, size_t valuelen,
|
|||
}
|
||||
xo_errx(1, "%s", jail_errmsg);
|
||||
}
|
||||
param->jp_flags = flags;
|
||||
param->jp_flags |= flags;
|
||||
return param - params;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue