mirror of
https://github.com/samba-team/samba.git
synced 2025-08-02 00:22:11 +03:00
@ -656,7 +656,7 @@ static BOOL test_ntlm(void)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
struct ntlm_tests {
|
struct ntlm_tests {
|
||||||
BOOL (*fn)();
|
BOOL (*fn)(void);
|
||||||
const char *name;
|
const char *name;
|
||||||
} test_table[] = {
|
} test_table[] = {
|
||||||
{test_lm, "test LM"},
|
{test_lm, "test LM"},
|
||||||
|
Reference in New Issue
Block a user