Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 618330
Collapse All | Expand All

(-)loudmouth-1.5.3.orig/loudmouth/lm-sasl.c (-1 / +1 lines)
Lines 529-535 Link Here
529
    }
529
    }
530
530
531
    nonce = g_hash_table_lookup (challenge, "nonce");
531
    nonce = g_hash_table_lookup (challenge, "nonce");
532
    if (nonce == NULL || nonce == '\0') {
532
    if (nonce == NULL || nonce[0] == '\0') {
533
        g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SASL,
533
        g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SASL,
534
               "%s: server didn't provide a nonce in the challenge",
534
               "%s: server didn't provide a nonce in the challenge",
535
               G_STRFUNC);
535
               G_STRFUNC);

Return to bug 618330