diff -r 3697251ef911 -r f57b1b61e1fe loudmouth/lm-sasl.c --- a/loudmouth/lm-sasl.c Sun Feb 15 15:30:12 2015 +0100 +++ b/loudmouth/lm-sasl.c Sat Oct 31 08:37:51 2015 +0100 @@ -153,7 +153,7 @@ guint32 major_status; guint32 minor_status; - token.value = g_strdup_printf ("xmpp@%s", sasl->server); + token.value = g_strdup_printf ("xmpp@%s", sasl->server); token.length = strlen ((char *)token.value); if (token.value == NULL) {