From: Matthias Dieter Wallnöfer Date: Fri, 5 Mar 2010 07:49:25 +0000 (+0100) Subject: s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_creds... X-Git-Tag: samba-3.6.0pre1~4774 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce82f91614c569c3e9349ba877de326f3e78fb3b;p=thirdparty%2Fsamba.git s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_creds" constant This to quiet warnings. --- 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) {