pidgin: 77d562b6: Remove some unused fields. Thanks to Ma...
markdoliner at pidgin.im
markdoliner at pidgin.im
Fri Mar 27 04:55:23 EDT 2009
-----------------------------------------------------------------
Revision: 77d562b624d9b55c9ff165d5797b72ba553e3256
Ancestor: 79bcdeab2cd807c02712f7afdbb06a306b0987e1
Author: markdoliner at pidgin.im
Date: 2009-03-27T08:53:09
Branch: im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/77d562b624d9b55c9ff165d5797b72ba553e3256
Modified files:
libpurple/nat-pmp.c libpurple/ntlm.c
ChangeLog:
Remove some unused fields. Thanks to Mayank Jain Nawal's email to the
devel list for pointing these out
-------------- next part --------------
============================================================
--- libpurple/nat-pmp.c 4e4fb9bb4b636bae702827a77339dc3e6a679449
+++ libpurple/nat-pmp.c 5b621cd46d28fae0afb65891abe1f1e4e17dbd67
@@ -81,8 +81,6 @@ struct _PurplePmpMapResponse {
struct _PurplePmpMapResponse {
guint8 version;
guint8 opcode;
- guint16 resultcode;
- guint32 epoch;
guint16 privateport;
guint16 publicport;
guint32 lifetime;
============================================================
--- libpurple/ntlm.c 46f675b7f1e52a4a2ee35579770a6be9769533c6
+++ libpurple/ntlm.c 104c414f7e16cc936bb12b731140f58e82d62482
@@ -59,14 +59,9 @@ struct type2_message {
guint8 protocol[8]; /* 'N', 'T', 'L', 'M', 'S', 'S', 'P', '\0'*/
guint32 type; /* 0x00000002 */
- short msg_len1; /* target name length */
- short msg_len2; /* target name length */
- guint32 msg_off; /* target name offset (always 0x00000048) */
-
guint32 flags; /* 0x00008201 */
guint8 nonce[8]; /* nonce */
- guint8 context[8];
};
struct type3_message {
More information about the Commits
mailing list