src/cipher.c

changeset 13396
00e5457667ce
parent 13219
5b0a1fd8bc84
child 13699
a062dca0945e
--- 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);
 	}

mercurial