forked from bip/bip
1
0
Fork 0

Fix initialisation time bug found by Trou.

This commit is contained in:
Arnaud Cornet 2007-10-23 00:46:00 +02:00
parent 664ebb68a7
commit e5d45e7e64
1 changed files with 1 additions and 1 deletions

View File

@ -973,7 +973,7 @@ int main(int argc, char **argv)
signal(SIGXCPU, rlimit_cpu_reached);
conf_log_root = NULL;
conf_log_format = DEFAULT_LOG_FORMAT;
conf_log_format = strdup(DEFAULT_LOG_FORMAT);
conf_log_level = DEFAULT_LOG_LEVEL;
conf_daemonize = 1;
conf_global_log_file = stderr;