You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
579 B

  1. diff -u --recursive loudmouth-1.5.3-vanilla/loudmouth/lm-sasl.c loudmouth-1.5.3/loudmouth/lm-sasl.c
  2. --- loudmouth-1.5.3-vanilla/loudmouth/lm-sasl.c 2018-07-27 22:42:03.250616281 -0400
  3. +++ loudmouth-1.5.3/loudmouth/lm-sasl.c 2018-07-27 22:42:26.756659723 -0400
  4. @@ -529,7 +529,7 @@
  5. }
  6. nonce = g_hash_table_lookup (challenge, "nonce");
  7. - if (nonce == NULL || nonce == '\0') {
  8. + if (nonce == NULL || *nonce == '\0') {
  9. g_log (LM_LOG_DOMAIN, LM_LOG_LEVEL_SASL,
  10. "%s: server didn't provide a nonce in the challenge",
  11. G_STRFUNC);