mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Shut up gcc.
This commit is contained in:
parent
abdc2e314b
commit
bf40d2ca68
1 changed files with 1 additions and 1 deletions
|
|
@ -561,7 +561,7 @@ gather_inet(int proto)
|
|||
{
|
||||
struct xinpgen *xig, *exig;
|
||||
struct xinpcb *xip;
|
||||
struct xtcpcb *xtp;
|
||||
struct xtcpcb *xtp = NULL;
|
||||
struct xsocket *so;
|
||||
struct sock *sock;
|
||||
struct addr *laddr, *faddr;
|
||||
|
|
|
|||
Loading…
Reference in a new issue