aboutsummaryrefslogtreecommitdiff
path: root/networking/zcip.c
diff options
context:
space:
mode:
Diffstat (limited to 'networking/zcip.c')
-rw-r--r--networking/zcip.c2
1 files changed, 1 insertions, 1 deletions
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[])
222 if (!FOREGROUND) { 222 if (!FOREGROUND) {
223 /* Do it early, before all bb_xx_msg calls */ 223 /* Do it early, before all bb_xx_msg calls */
224 logmode = LOGMODE_SYSLOG; 224 logmode = LOGMODE_SYSLOG;
225 openlog(bb_applet_name, 0, LOG_DAEMON); 225 openlog(applet_name, 0, LOG_DAEMON);
226 } 226 }
227 if (opts & 4) { // -r n.n.n.n 227 if (opts & 4) { // -r n.n.n.n
228 if (inet_aton(r_opt, &ip) == 0 228 if (inet_aton(r_opt, &ip) == 0