# HG changeset patch # User Richard Laager # Date 1141631632 0 # Node ID ff4e85e04adfef83c1abe3046005c60a544dc8e6 # Parent eb0ce960ff602b4883e65b0adc4e1593d2cb3fff [gaim-migrate @ 15768] Remove some dead code. Resolves Coverity CID 1 of 113 ;) committer: Tailor Script diff -r eb0ce960ff60 -r ff4e85e04adf src/cipher.c --- a/src/cipher.c Mon Mar 06 02:22:15 2006 +0000 +++ b/src/cipher.c Mon Mar 06 07:53:52 2006 +0000 @@ -1936,10 +1936,7 @@ gaim_cipher_context_append(context, (guchar *)client_nonce, strlen(client_nonce)); gaim_cipher_context_append(context, (guchar *)":", 1); - if (qop != NULL) - gaim_cipher_context_append(context, (guchar *)qop, strlen(qop)); - else - gaim_cipher_context_append(context, (guchar *)"", 0); + gaim_cipher_context_append(context, (guchar *)qop, strlen(qop)); gaim_cipher_context_append(context, (guchar *)":", 1); }