- Timestamp:
- 2006-12-24T19:35:13Z (16 years ago)
- Branches:
- master
- Children:
- 7bee5af
- Parents:
- 9225e08
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
unix.c
r9225e08 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.