diff options
Diffstat (limited to 'storage.c')
| -rw-r--r-- | storage.c | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -69,7 +69,7 @@ GList *storage_init(const char *primary, char **migrate)  	register_storage_backend(&storage_xml);  	storage = storage_init_single(primary); -	if (storage == NULL) +	if (storage == NULL && storage->save == NULL)  		return NULL;  	ret = g_list_append(ret, storage); | 
