diff options
Diffstat (limited to 'sysdep/unix/krt.c')
-rw-r--r-- | sysdep/unix/krt.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdep/unix/krt.c b/sysdep/unix/krt.c index ded5dfe4..da37b345 100644 --- a/sysdep/unix/krt.c +++ b/sysdep/unix/krt.c @@ -89,7 +89,7 @@ static struct kif_config *kif_cf; static timer *kif_scan_timer; static btime kif_last_shot; -static struct kif_iface_config kif_default_iface = {}; +static struct kif_iface_config kif_default_iface = {.flags = KIF_IGNORE}; struct kif_iface_config * kif_get_iface_config(struct iface *iface) |