commit | 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 21:00:43 2006 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Oct 03 21:00:43 2006 +0000 |
tree | 8c555cc94aca9fabd177526e554d93bed4886642 | |
parent | 67b23e6043d8e2b30b0bf3bc105b8583c2a26db5 [diff] [blame] |
bb_applet_name -> applet_name
diff --git a/networking/telnetd.c b/networking/telnetd.c index 808d4be..1c4dede 100644 --- a/networking/telnetd.c +++ b/networking/telnetd.c
@@ -384,7 +384,7 @@ * look into syslog for all errors, even early ones. * Direct all output to syslog at once. */ - openlog(bb_applet_name, 0, LOG_USER); + openlog(applet_name, 0, LOG_USER); logmode = LOGMODE_SYSLOG; opt = getopt32(argc, argv, "f:l:" USE_FEATURE_TELNETD_INETD("p:b:"),