From ac34076306c6fd5cafcba73df7f1f556277a4a0a Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Wed, 5 Oct 2005 01:47:52 +0000 Subject: r10722: Remove unused BOOL in struct dcinfo. Ensure that the mach_acct and remote machine entries are set correctly in struct dcinfo - we'll need this as a key for a persistent schannel state later. Jeremy. (This used to be commit 47269b5c7161d740c2e86227de3acd9e08c53817) --- source3/include/ntdomain.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include/ntdomain.h') diff --git a/source3/include/ntdomain.h b/source3/include/ntdomain.h index 967aac2bb5..fd36006c0b 100644 --- a/source3/include/ntdomain.h +++ b/source3/include/ntdomain.h @@ -149,7 +149,6 @@ struct dcinfo { fstring domain; BOOL challenge_sent; - BOOL got_session_key; BOOL authenticated; }; -- cgit