mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Small style cleanup.
MFC after: 3 days
This commit is contained in:
parent
98bf5a707d
commit
4b0b93261a
1 changed files with 2 additions and 3 deletions
|
|
@ -86,9 +86,8 @@ int audit_enabled;
|
|||
int audit_suspended;
|
||||
|
||||
/*
|
||||
* Flags controlling behavior in low storage situations.
|
||||
* Should we panic if a write fails? Should we fail stop
|
||||
* if we're out of disk space?
|
||||
* Flags controlling behavior in low storage situations. Should we panic if
|
||||
* a write fails? Should we fail stop if we're out of disk space?
|
||||
*/
|
||||
int audit_panic_on_write_fail;
|
||||
int audit_fail_stop;
|
||||
|
|
|
|||
Loading…
Reference in a new issue