Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    rb73ac9c rc92e6801  
    5050        conf->nofork = 0;
    5151        conf->verbose = 0;
    52         conf->primary_storage = "text";
    5352        conf->runmode = RUNMODE_INETD;
    5453        conf->authmode = AUTHMODE_OPEN;
     
    199198                                conf->motdfile = g_strdup( ini->value );
    200199                        }
    201                         else if( g_strcasecmp( ini->key, "account_storage" ) == 0 )
    202                         {
    203                                 g_free( conf->primary_storage );
    204                                 conf->primary_storage = g_strdup( ini->value );
    205                         }
    206                         else if( g_strcasecmp( ini->key, "account_storage_migrate" ) == 0 )
    207                         {
    208                                 g_strfreev( conf->migrate_storage );
    209                                 conf->migrate_storage = g_strsplit( ini->value, " \t,;", -1 );
    210                         }
    211200                        else if( g_strcasecmp( ini->key, "pinginterval" ) == 0 )
    212201                        {
Note: See TracChangeset for help on using the changeset viewer.