1
0
mirror of https://github.com/samba-team/samba.git synced 2025-07-29 15:42:04 +03:00

Fix compiler warning.

(This used to be commit f127f96425)
This commit is contained in:
Tim Potter
2003-04-28 06:19:11 +00:00
parent 507cdd1996
commit 90dbd21cd0

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