mirror of
https://github.com/opnsense/src.git
synced 2026-06-04 22:32:43 -04:00
setkey(8): remove redundand returns
Sponsored by: NVidia networking MFC after: 1 week
This commit is contained in:
parent
650d6cc122
commit
462c3d3cf4
1 changed files with 0 additions and 4 deletions
|
|
@ -1306,14 +1306,10 @@ parse_init()
|
|||
|
||||
p_aiflags = 0;
|
||||
p_aifamily = PF_UNSPEC;
|
||||
|
||||
return;
|
||||
}
|
||||
|
||||
void
|
||||
free_buffer()
|
||||
{
|
||||
/* we got tons of memory leaks in the parser anyways, leave them */
|
||||
|
||||
return;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue