diff options
Diffstat (limited to 'networking/arp.c')
-rw-r--r-- | networking/arp.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/networking/arp.c b/networking/arp.c index 5f7818663..9381eb53a 100644 --- a/networking/arp.c +++ b/networking/arp.c | |||
@@ -76,6 +76,7 @@ struct globals { | |||
76 | #define device (G.device ) | 76 | #define device (G.device ) |
77 | #define hw_set (G.hw_set ) | 77 | #define hw_set (G.hw_set ) |
78 | #define INIT_G() do { \ | 78 | #define INIT_G() do { \ |
79 | setup_common_bufsiz(); \ | ||
79 | device = ""; \ | 80 | device = ""; \ |
80 | } while (0) | 81 | } while (0) |
81 | 82 | ||