diff options
| -rw-r--r-- | conf.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -251,7 +251,7 @@ static int conf_loadini( conf_t *conf, char *file )  			else if( g_strcasecmp( ini->key, "account_storage_migrate" ) == 0 )  			{  				g_strfreev( conf->migrate_storage ); -				conf->migrate_storage = g_strsplit( ini->value, " \t,;", -1 ); +				conf->migrate_storage = g_strsplit_set( ini->value, " \t,;", -1 );  			}  			else if( g_strcasecmp( ini->key, "pinginterval" ) == 0 )  			{ | 
