Changes in unix.c [6e1fed7:c227706]
Legend:
- Unmodified
- Added
- Removed
-
unix.c
r6e1fed7 rc227706 112 112 if( !getuid() || !geteuid() ) 113 113 log_message( LOGLVL_WARNING, "BitlBee is running with root privileges. Why?" ); 114 if( help_init( &(global.help) ) == NULL )114 if( help_init( &(global.help), global.helpfile ) == NULL ) 115 115 log_message( LOGLVL_WARNING, "Error opening helpfile %s.", HELP_FILE ); 116 116
Note: See TracChangeset
for help on using the changeset viewer.