From 8f8f268cfdecb4cabeb2e649a73afc7a485aeff5 Mon Sep 17 00:00:00 2001 From: Denis Vlasenko Date: Tue, 3 Oct 2006 21:00:43 +0000 Subject: bb_applet_name -> applet_name --- networking/zcip.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'networking/zcip.c') diff --git a/networking/zcip.c b/networking/zcip.c index d9c1adf19..6bd7f255b 100644 --- a/networking/zcip.c +++ b/networking/zcip.c @@ -222,7 +222,7 @@ int zcip_main(int argc, char *argv[]) if (!FOREGROUND) { /* Do it early, before all bb_xx_msg calls */ logmode = LOGMODE_SYSLOG; - openlog(bb_applet_name, 0, LOG_DAEMON); + openlog(applet_name, 0, LOG_DAEMON); } if (opts & 4) { // -r n.n.n.n if (inet_aton(r_opt, &ip) == 0 -- cgit v1.2.3