]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Before configuration file is read, log to _both_ syslog and stderr.
authorMartin Mares <mj@ucw.cz>
Wed, 31 May 2000 22:28:36 +0000 (22:28 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 31 May 2000 22:28:36 +0000 (22:28 +0000)
sysdep/unix/log.c

index f8b960a14795b68ffdbca6c1645896ee8bcbd3f2..4a4532af73f358a7812dbaa547aace6353017240 100644 (file)
@@ -157,7 +157,6 @@ log_init(int debug)
       static struct log_config lc_syslog = { mask: ~0 };
       openlog("bird", LOG_CONS | LOG_NDELAY, LOG_DAEMON);
       add_tail(current_log_list, &lc_syslog.n);
-      return;
     }
 #endif