mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Remove a rogue space
This commit is contained in:
parent
00a808bcd1
commit
328ecc101e
1 changed files with 1 additions and 1 deletions
|
|
@ -106,7 +106,7 @@ struct cstate {
|
|||
char csu_hdr[MAX_HDR];
|
||||
struct ip csu_ip; /* ip/tcp hdr from most recent packet */
|
||||
} slcs_u;
|
||||
};
|
||||
};
|
||||
|
||||
#define cs_ip slcs_u.csu_ip
|
||||
#define cs_hdr slcs_u.csu_hdr
|
||||
|
|
|
|||
Loading…
Reference in a new issue