mirror of
https://github.com/opnsense/src.git
synced 2026-06-10 17:22:46 -04:00
Fix up a compile time warning if INET6 isn't defined.
This commit is contained in:
parent
2d7499b141
commit
d60ec817ea
1 changed files with 1 additions and 1 deletions
|
|
@ -1573,8 +1573,8 @@ sysctl_dumpentry(struct radix_node *rn, void *vw)
|
|||
#ifdef INET6
|
||||
struct sockaddr_storage ss[RTAX_MAX];
|
||||
struct sockaddr_in6 *sin6;
|
||||
#endif
|
||||
int i;
|
||||
#endif
|
||||
|
||||
if (w->w_op == NET_RT_FLAGS && !(rt->rt_flags & w->w_arg))
|
||||
return 0;
|
||||
|
|
|
|||
Loading…
Reference in a new issue