Changeset d75597b
- Timestamp:
- 2007-11-20T00:13:58Z (17 years ago)
- Branches:
- master
- Children:
- 56f260a
- Parents:
- 3e1e11af
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
conf.c
r3e1e11af rd75597b 48 48 49 49 conf->iface = NULL; 50 conf->port = "6667";50 conf->port = g_strdup( "6667" ); 51 51 conf->nofork = 0; 52 52 conf->verbose = 0; 53 conf->primary_storage = "xml";53 conf->primary_storage = g_strdup( "xml" ); 54 54 conf->migrate_storage = g_strsplit( "text", ",", -1 ); 55 55 conf->runmode = RUNMODE_INETD;
Note: See TracChangeset
for help on using the changeset viewer.