From eea444f4655a954c238991eccd742337535d3fcc Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Fri, 15 Jul 2011 17:45:48 +1000 Subject: s3-auth: Remove unused lm_session_key from auth3_session_info The long term authorization state needs only the final, negotiated session key, and not the original LM key that may possibly have been an input. The special case of the guest account simply needs both values filled back in with the zeros to avoid changing behaviour in the cached server_info. Signed-off-by: Andrew Tridgell --- source3/include/auth.h | 1 - 1 file changed, 1 deletion(-) (limited to 'source3/include') diff --git a/source3/include/auth.h b/source3/include/auth.h index 8d95fb4ebb..1c1fb36200 100644 --- a/source3/include/auth.h +++ b/source3/include/auth.h @@ -93,7 +93,6 @@ struct auth3_session_info { */ DATA_BLOB session_key; - DATA_BLOB lm_session_key; struct netr_SamInfo3 *info3; -- cgit