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 146eccea9..f60a97e8b 100644 --- a/networking/nameif.c +++ b/networking/nameif.c | |||
@@ -66,7 +66,7 @@ int nameif_main(int argc, char **argv) | |||
66 | mactable_t *ch; | 66 | mactable_t *ch; |
67 | 67 | ||
68 | if (1 & getopt32(argc, argv, "sc:", &fname)) { | 68 | if (1 & getopt32(argc, argv, "sc:", &fname)) { |
69 | openlog(bb_applet_name, 0, LOG_LOCAL0); | 69 | openlog(applet_name, 0, LOG_LOCAL0); |
70 | logmode = LOGMODE_SYSLOG; | 70 | logmode = LOGMODE_SYSLOG; |
71 | } | 71 | } |
72 | 72 | ||