aboutsummaryrefslogtreecommitdiffstats
path: root/unix.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2008-02-11 12:35:01 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2008-02-11 12:35:01 +0000
commiteeb85a8a880fefe655eb31b6322136b61ee969e2 (patch)
treebab4cd9e7702b50d9355d50f4f90489007925876 /unix.c
parent3038e476a93b2be057581b831749eac931a06559 (diff)
Got rid of some noise at startup: complaining when the default configuration
file couldn't be found while the user specified an alternative location with the -c option, and double complaints about /var/lib/bitlbee/ permissions.
Diffstat (limited to 'unix.c')
-rw-r--r--unix.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/unix.c b/unix.c
index 9b670d78..d25aeb2e 100644
--- a/unix.c
+++ b/unix.c
@@ -46,7 +46,7 @@ int main( int argc, char *argv[], char **envp )
struct sigaction sig, old;
log_init();
- CONF_FILE = g_strdup( CONF_FILE_DEF );
+ global.conf_file = g_strdup( CONF_FILE_DEF );
global.conf = conf_load( argc, argv );
if( global.conf == NULL )
return( 1 );