mirror of
https://github.com/samba-team/samba.git
synced 2025-01-07 17:18:11 +03:00
Fix compiler warning.
This commit is contained in:
parent
22e61a7e77
commit
6a783ca81c
@ -656,7 +656,7 @@ static BOOL test_ntlm(void)
|
||||
*/
|
||||
|
||||
struct ntlm_tests {
|
||||
BOOL (*fn)();
|
||||
BOOL (*fn)(void);
|
||||
const char *name;
|
||||
} test_table[] = {
|
||||
{test_lm, "test LM"},
|
||||
|
Loading…
Reference in New Issue
Block a user