Changeset 2befb95
- Timestamp:
- 2006-06-20T21:37:16Z (18 years ago)
- Branches:
- master
- Children:
- ece2cd2
- Parents:
- 84e9cea
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r84e9cea r2befb95 42 42 conf_t *conf_load( int argc, char *argv[] ) 43 43 { 44 char *mig_list[2] = { "text", NULL }; 44 45 conf_t *conf; 45 46 int opt, i; … … 56 57 conf->verbose = 0; 57 58 conf->primary_storage = "xml"; 59 conf->migrate_storage = mig_list; 58 60 conf->runmode = RUNMODE_INETD; 59 61 conf->authmode = AUTHMODE_OPEN;
Note: See TracChangeset
for help on using the changeset viewer.