From 079822437838ff102bc07c0b101038498aaca6c4 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 11:48:28 +0000 Subject: (merge from 3.0) Make this table static const. Andrew Bartlett (This used to be commit 3803cb36e9d94c08bf310c0ef1cdfc29b443dc0e) --- source3/utils/ntlm_auth.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils/ntlm_auth.c') diff --git a/source3/utils/ntlm_auth.c b/source3/utils/ntlm_auth.c index 74918045ee..d2a1547f77 100644 --- a/source3/utils/ntlm_auth.c +++ b/source3/utils/ntlm_auth.c @@ -1955,7 +1955,7 @@ static BOOL test_plaintext_lm_only(void) { */ -struct ntlm_tests { +static const struct ntlm_tests { BOOL (*fn)(void); const char *name; } test_table[] = { -- cgit