libpurple/protocols/simple/ntlm.c

changeset 38854
086e15ec656d
parent 38533
2b5c1cebae07
child 39962
c3ba045d5293
--- a/libpurple/protocols/simple/ntlm.c	Fri Dec 29 03:57:44 2017 +0000
+++ b/libpurple/protocols/simple/ntlm.c	Thu Jan 04 22:39:03 2018 -0600
@@ -80,14 +80,6 @@
 	guint32 flags;            /* 0x00008201 */
 	/* guint32 flags2; */     /* unknown, used in windows messenger */
 	/* guint32 flags3; */
-
-#if 0
-	guint8  dom[*];          /* domain string (unicode UTF-16LE) */
-	guint8  user[*];         /* username string (unicode UTF-16LE) */
-	guint8  host[*];         /* host string (unicode UTF-16LE) */
-	guint8  lm_resp[*];      /* LanManager response */
-	guint8  nt_resp[*];      /* NT response */
-#endif
 };
 
 guint8 *

mercurial