1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-29 13:49:30 +03:00

Make this table static const.

Andrew Bartlett
(This used to be commit 0686bc9e07)
This commit is contained in:
Andrew Bartlett
2004-02-08 01:02:12 +00:00
parent 7540296fd4
commit e0acf3780a

View 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[] = {