changeset 26303:75654d6b2b4d

Remove some unused fields. Thanks to Mayank Jain Nawal's email to the devel list for pointing these out
author Mark Doliner <mark@kingant.net>
date Fri, 27 Mar 2009 08:53:09 +0000
parents 0f0648daed6f
children 511509fa0e02 24463a66f31c
files libpurple/nat-pmp.c libpurple/ntlm.c
diffstat 2 files changed, 0 insertions(+), 7 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/nat-pmp.c	Fri Mar 27 08:49:10 2009 +0000
+++ b/libpurple/nat-pmp.c	Fri Mar 27 08:53:09 2009 +0000
@@ -81,8 +81,6 @@
 struct _PurplePmpMapResponse {
 	guint8		version;
 	guint8		opcode;
-	guint16		resultcode;
-	guint32		epoch;
 	guint16		privateport;
 	guint16		publicport;
 	guint32		lifetime;
--- a/libpurple/ntlm.c	Fri Mar 27 08:49:10 2009 +0000
+++ b/libpurple/ntlm.c	Fri Mar 27 08:53:09 2009 +0000
@@ -59,14 +59,9 @@
 	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 {