Mercurial > pidgin
comparison src/protocols/simple/simple.c @ 13749:e4a4983752a9
[gaim-migrate @ 16160]
Fix one of those assertion failures. My bad. This might also
make add notification work for ICQ, for when someone else adds
you to their buddy list
committer: Tailor Script <tailor@pidgin.im>
| author | Mark Doliner <mark@kingant.net> |
|---|---|
| date | Tue, 09 May 2006 00:18:46 +0000 |
| parents | 6bee2e80e42c |
| children | a9ff4499d9ce |
comparison
equal
deleted
inserted
replaced
| 13748:3e58b20cded3 | 13749:e4a4983752a9 |
|---|---|
| 377 } | 377 } |
| 378 i++; | 378 i++; |
| 379 } | 379 } |
| 380 g_strfreev(parts); | 380 g_strfreev(parts); |
| 381 | 381 |
| 382 gaim_debug(GAIM_DEBUG_MISC, "simple", "nonce: %s realm: %s ", auth->nonce ? auth->nonce : "(null)", auth->realm ? auth->realm : "(null)"); | 382 gaim_debug(GAIM_DEBUG_MISC, "simple", "nonce: %s realm: %s\n", auth->nonce ? auth->nonce : "(null)", auth->realm ? auth->realm : "(null)"); |
| 383 if(auth->realm) { | 383 if(auth->realm) { |
| 384 auth->digest_session_key = gaim_cipher_http_digest_calculate_session_key( | 384 auth->digest_session_key = gaim_cipher_http_digest_calculate_session_key( |
| 385 "md5", authuser, auth->realm, sip->password, auth->nonce, NULL); | 385 "md5", authuser, auth->realm, sip->password, auth->nonce, NULL); |
| 386 | 386 |
| 387 auth->nc = 1; | 387 auth->nc = 1; |
