aboutsummaryrefslogtreecommitdiff
path: root/networking/fakeidentd.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/fakeidentd.c')
-rw-r--r--networking/fakeidentd.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/networking/fakeidentd.c b/networking/fakeidentd.c
index 6070e5f2d..c8d32765a 100644
--- a/networking/fakeidentd.c
+++ b/networking/fakeidentd.c
@@ -219,7 +219,7 @@ static int checkInput(char *buf, int len, int l)
219int fakeidentd_main(int argc, char **argv) 219int fakeidentd_main(int argc, char **argv)
220{ 220{
221 /* This applet is an inetd-style daemon */ 221 /* This applet is an inetd-style daemon */
222 openlog(bb_applet_name, 0, LOG_DAEMON); 222 openlog(applet_name, 0, LOG_DAEMON);
223 logmode = LOGMODE_SYSLOG; 223 logmode = LOGMODE_SYSLOG;
224 224
225 memset(conns, 0, sizeof(conns)); 225 memset(conns, 0, sizeof(conns));