gobjectification: 2fc04d79: --warnings;

darkrain42 at pidgin.im darkrain42 at pidgin.im
Mon Jul 27 02:16:35 EDT 2009


-----------------------------------------------------------------
Revision: 2fc04d793c0e445fc4989c34b0caf85ddf7a24c8
Ancestor: 4744c6ac8bf6c8fea3f6dc02bf2a3a1cd0342793
Author: darkrain42 at pidgin.im
Date: 2009-07-27T05:48:28
Branch: im.pidgin.gobjectification
URL: http://d.pidgin.im/viewmtn/revision/info/2fc04d793c0e445fc4989c34b0caf85ddf7a24c8

Modified files:
        libpurple/ntlm.c

ChangeLog: 

--warnings;

-------------- next part --------------
============================================================
--- libpurple/ntlm.c	227277b95b0efa1575a95a21edbcd42589742443
+++ libpurple/ntlm.c	b69d46923c534734699f3674ba6bedc77148c991
@@ -344,7 +344,7 @@ purple_ntlm_gen_type3(const gchar *usern
 		nt_pw[2 * idx + 1] = 0;
 	}
 
-	cipher = purple_md4_hash_new();
+	cipher = PURPLE_CIPHER(purple_md4_hash_new());
 	purple_cipher_append(cipher, (guint8 *)nt_pw, 2 * lennt);
 	purple_cipher_digest(cipher, 21, nt_hpw, NULL);
 	g_object_unref(G_OBJECT(cipher));


More information about the Commits mailing list