diff options
Diffstat (limited to 'networking/nameif.c')
-rw-r--r-- | networking/nameif.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/nameif.c b/networking/nameif.c index fd081fd63..daac191bf 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -66,7 +66,7 @@ int nameif_main(int argc, char **argv) | |||
66 | int if_index = 1; | 66 | int if_index = 1; |
67 | mactable_t *ch; | 67 | mactable_t *ch; |
68 | 68 | ||
69 | if (1 & getopt32(argc, argv, "sc:", &fname)) { | 69 | if (1 & getopt32(argv, "sc:", &fname)) { |
70 | openlog(applet_name, 0, LOG_LOCAL0); | 70 | openlog(applet_name, 0, LOG_LOCAL0); |
71 | logmode = LOGMODE_SYSLOG; | 71 | logmode = LOGMODE_SYSLOG; |
72 | } | 72 | } |