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:
@ -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[] = {
|
||||
|
Reference in New Issue
Block a user