From a2781ba60d219c61f983d6feba40b0efcbcb96cf Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 14 Feb 2003 23:34:32 +0000 Subject: Oops, forgot the header file changes. (This used to be commit 5492fc1144abac74959b7e0938ce1bb387fa7429) --- source3/include/ntlmssp.h | 1 + 1 file changed, 1 insertion(+) (limited to 'source3/include') diff --git a/source3/include/ntlmssp.h b/source3/include/ntlmssp.h index 79d0446a77..9a79707238 100644 --- a/source3/include/ntlmssp.h +++ b/source3/include/ntlmssp.h @@ -86,5 +86,6 @@ typedef struct ntlmssp_state const char *(*get_domain)(void); int server_role; + uint32 expected_state; } NTLMSSP_STATE; -- cgit