Changes in unix.c [c227706:6e1fed7]
Legend:
- Unmodified
- Added
- Removed
-
unix.c
rc227706 r6e1fed7 112 112 if( !getuid() || !geteuid() ) 113 113 log_message( LOGLVL_WARNING, "BitlBee is running with root privileges. Why?" ); 114 if( help_init( &(global.help) , global.helpfile) == NULL )114 if( help_init( &(global.help) ) == 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.