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

s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_creds" constant

This to quiet warnings.
This commit is contained in:
Matthias Dieter Wallnöfer 2010-03-05 08:49:25 +01:00
parent bfd31db9a9
commit ce82f91614

View File

@ -2855,7 +2855,7 @@ static bool test_SamLogon_with_creds(struct torture_context *tctx,
struct dcerpc_pipe *p,
struct cli_credentials *machine_creds,
const char *acct_name,
char *password,
const char *password,
NTSTATUS expected_samlogon_result,
bool interactive)
{