mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
My previous commit removed a line it wasn't supposed to. Add it back.
This commit is contained in:
parent
9704bfcdfb
commit
c61c5210be
1 changed files with 3 additions and 2 deletions
|
|
@ -354,8 +354,9 @@ printit(pp, file)
|
|||
char *file;
|
||||
{
|
||||
register int i;
|
||||
char *cp;
|
||||
int bombed = OK;
|
||||
char *cp;
|
||||
int bombed = OK;
|
||||
int didignorehdr = 0;
|
||||
|
||||
/*
|
||||
* open control file; ignore if no longer there.
|
||||
|
|
|
|||
Loading…
Reference in a new issue