config: values from config file were not set
authorAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 12 Oct 2013 13:28:34 +0000 (16:28 +0300)
committerAlexander Kanavin <alex.kanavin@gmail.com>
Sat, 12 Oct 2013 13:28:34 +0000 (16:28 +0300)
src/common/gsignond-config.c

index bd9bc6b..3ec8061 100644 (file)
@@ -181,6 +181,7 @@ _load_config (GSignondConfig *self)
             }
 
             INFO ("found config : '%s/%s' - '%s'", groups[i], keys[j], value);
+            gsignond_config_set_string (self, key, value);
 
             g_free (key);
             g_free (value);