aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--storage_xml.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/storage_xml.c b/storage_xml.c
index 7e8555ef..20f3fe3c 100644
--- a/storage_xml.c
+++ b/storage_xml.c
@@ -120,7 +120,7 @@ static xt_status handle_account(struct xt_node *node, gpointer data)
return XT_ABORT;
}
- base64_decode(pass_b64, (unsigned char **) &pass_cr);
+ pass_len = base64_decode(pass_b64, (unsigned char **) &pass_cr);
if (xd->irc->auth_backend) {
password = g_strdup((char *)pass_cr);
} else {