From ce82f91614c569c3e9349ba877de326f3e78fb3b Mon Sep 17 00:00:00 2001 From: =?utf8?q?Matthias=20Dieter=20Walln=C3=B6fer?= Date: Fri, 5 Mar 2010 08:49:25 +0100 Subject: [PATCH] s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_creds" constant This to quiet warnings. --- source4/torture/rpc/samr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 13a56f0f7b1..dbc25b40ccf 100644 --- a/source4/torture/rpc/samr.c +++ b/source4/torture/rpc/samr.c @@ -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) { -- 2.11.4.GIT