From 5ff127b64102d4d240fafcb92de44e1aaf994a82 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 24 Dec 2009 21:51:11 +0100 Subject: s3:ntlmssp: rename NTLM_MESSAGE_TYPE into ntlmssp_message_type metze --- source3/libsmb/ntlmssp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/libsmb') diff --git a/source3/libsmb/ntlmssp.c b/source3/libsmb/ntlmssp.c index 065d3b91cd..759a8ebdb3 100644 --- a/source3/libsmb/ntlmssp.c +++ b/source3/libsmb/ntlmssp.c @@ -43,7 +43,7 @@ static NTSTATUS ntlmssp_server_auth(struct ntlmssp_state *ntlmssp_state, static const struct ntlmssp_callbacks { enum ntlmssp_role role; - enum NTLM_MESSAGE_TYPE ntlmssp_command; + enum ntlmssp_message_type ntlmssp_command; NTSTATUS (*fn)(struct ntlmssp_state *ntlmssp_state, DATA_BLOB in, DATA_BLOB *out); } ntlmssp_callbacks[] = { -- cgit