1
0
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:
Tim Potter 0001-01-01 00:00:00 +00:00
parent 22e61a7e77
commit 6a783ca81c

View File

@ -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"},