From e0acf3780a1c9092c09056df796816b96e4d2a02 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sun, 8 Feb 2004 01:02:12 +0000 Subject: Make this table static const. Andrew Bartlett (This used to be commit 0686bc9e076c722e33dd9b236cf7c33d448c3b34) --- 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