diff options
Diffstat (limited to 'storage_xml.c')
-rw-r--r-- | storage_xml.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/storage_xml.c b/storage_xml.c index a921524f..cf4d35d7 100644 --- a/storage_xml.c +++ b/storage_xml.c @@ -293,12 +293,12 @@ static storage_status_t xml_load_real(irc_t *irc, const char *my_nick, const cha goto error; } + handle_settings(node, &xd->irc->b->set); + if (xt_handle(xp, NULL, 1) == XT_HANDLED) { ret = STORAGE_OK; } - handle_settings(node, &xd->irc->b->set); - error: xt_free(xp); g_free(fn); |