1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r3791: fixed declaration of torture_rpc_login

(This used to be commit fc9748841e)
This commit is contained in:
Andrew Tridgell 2004-11-16 23:41:18 +00:00 committed by Gerald (Jerry) Carter
parent 46badf1908
commit 7f340a2997

View File

@ -1143,7 +1143,7 @@ static const struct user_pw machines[] = {
{ "machine2", "mpw2" }
};
BOOL torture_rpc_login(int dummy)
BOOL torture_rpc_login(void)
{
const char *pdcname = "pdcname";
const char *domainname = "domain";