(merge from 3.0)
authorAndrew Bartlett <abartlet@samba.org>
Sun, 8 Feb 2004 11:48:28 +0000 (11:48 +0000)
committerAndrew Bartlett <abartlet@samba.org>
Sun, 8 Feb 2004 11:48:28 +0000 (11:48 +0000)
Make this table static const.

Andrew Bartlett
(This used to be commit 3803cb36e9d94c08bf310c0ef1cdfc29b443dc0e)

source3/utils/ntlm_auth.c

index 74918045ee992bdf6a5dabac0b38ba5acf1bcad9..d2a1547f7771b366eee606cd3f8fdc301511f150 100644 (file)
@@ -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[] = {