- Timestamp:
- 2006-06-25T17:07:25Z (19 years ago)
- Branches:
- master
- Children:
- 88086db
- Parents:
- 7ed3199
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
unix.c
r7ed3199 r6e1fed7 48 48 49 49 b_main_init(); 50 51 50 log_init(); 52 53 51 nogaim_init(); 54 52 53 srand( time( NULL ) ^ getpid() ); 54 55 55 CONF_FILE = g_strdup( CONF_FILE_DEF ); 56 57 56 global.helpfile = g_strdup( HELP_FILE ); 58 57 59 58 global.conf = conf_load( argc, argv ); 60 59 if( global.conf == NULL ) 61 60 return( 1 ); 62 63 61 64 62 if( global.conf->runmode == RUNMODE_INETD ) 65 63 { … … 89 87 if( i != 0 ) 90 88 return( i ); 91 89 92 90 global.storage = storage_init( global.conf->primary_storage, global.conf->migrate_storage ); 93 91 if ( global.storage == NULL) {
Note: See TracChangeset
for help on using the changeset viewer.