From d4d4d668280f10cc4f1a6af86adc1d9210520df2 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Wed, 11 May 2005 18:58:13 +0000 Subject: r6736: Revert metze's -r 6734, as metze and I made the same changes at the same time, but with different names. This just helps me avoid conflicts when I merge up my other changes. Andrew Bartlett (This used to be commit 27e6a853a5160cb1ad595bea25e891eeae439662) --- source4/auth/ntlmssp/ntlmssp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/auth/ntlmssp/ntlmssp.h') diff --git a/source4/auth/ntlmssp/ntlmssp.h b/source4/auth/ntlmssp/ntlmssp.h index aa69fe277d..270beb151f 100644 --- a/source4/auth/ntlmssp/ntlmssp.h +++ b/source4/auth/ntlmssp/ntlmssp.h @@ -178,7 +178,7 @@ struct gensec_ntlmssp_state /* internal variables used by NTLM2 */ uint8_t session_nonce[16]; } ntlm2; - } v; + }; struct auth_context *auth_context; struct auth_serversupplied_info *server_info; -- cgit