mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
Explicitly initialize 'ret' to 0'. It lets one to build tmpfs from the
latest source tree with older compiler--gcc3. Approved by: cognet (mentor)
This commit is contained in:
parent
2aedc03dad
commit
4ce05f7e44
1 changed files with 2 additions and 0 deletions
|
|
@ -584,6 +584,8 @@ audit_proc_coredump(struct thread *td, char *path, int errcode)
|
|||
char **pathp;
|
||||
au_id_t auid;
|
||||
|
||||
ret = 0;
|
||||
|
||||
/*
|
||||
* Make sure we are using the correct preselection mask.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Reference in a new issue