From 25cd521c0468e5741534a1fefb50834c216c0021 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Love=20H=C3=B6rnquist=20=C3=85strand?= Date: Fri, 28 Dec 2007 18:38:53 +0000 Subject: [PATCH] Add NTLM_TARGET_* git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@22377 ec53bebd-3082-4978-b11e-865c3cabbd6b --- lib/ntlm/test_ntlm.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ntlm/test_ntlm.c b/lib/ntlm/test_ntlm.c index 478fb3066..af5679646 100644 --- a/lib/ntlm/test_ntlm.c +++ b/lib/ntlm/test_ntlm.c @@ -59,7 +59,7 @@ test_parse(void) memset(&type1, 0, sizeof(type1)); - type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_NTLM; + type1.flags = NTLM_NEG_UNICODE|NTLM_NEG_TARGET|NTLM_NEG_NTLM; type1.domain = rk_UNCONST(domain); type1.hostname = NULL; type1.os[0] = 0; @@ -84,7 +84,7 @@ test_parse(void) memset(&type2, 0, sizeof(type2)); - flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_NEG_TARGET_DOMAIN; + flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_TARGET_DOMAIN; type2.flags = flags; memset(type2.challange, 0x7f, sizeof(type2.challange)); @@ -157,7 +157,7 @@ test_parse(void) memset(&type2, 0, sizeof(type2)); - flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_NEG_TARGET_DOMAIN; + flags = NTLM_NEG_UNICODE | NTLM_NEG_NTLM | NTLM_TARGET_DOMAIN; type2.flags = flags; memset(type2.challange, 0x7f, sizeof(type2.challange)); -- 2.11.4.GIT