From fc243d0fd0d5cce401041116be751c5e7f97f9b6 Mon Sep 17 00:00:00 2001 From: aavelar Date: Tue, 28 Aug 2007 03:08:44 -0500 Subject: [PATCH] To back to the old NTLM scheme to avoid some problems with LCS 2005 --- src/sip-ntlm.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/sip-ntlm.c b/src/sip-ntlm.c index a94a1526..a8485039 100644 --- a/src/sip-ntlm.c +++ b/src/sip-ntlm.c @@ -265,8 +265,8 @@ gaim_ntlm_gen_type3_sipe(const gchar *username, const gchar *passw, const gchar /* LCS Stuff */ if(flags) { - //tmsg->flags = 0x409082d4; - tmsg->flags = 0x55828040; + tmsg->flags = 0x409082d4; + //tmsg->flags = 0x55828040; gensesskey(sesskey, NULL); memcpy(tmp, sesskey, 0x10); } -- 2.11.4.GIT