diff options
author | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-05 08:49:25 +0100 |
---|---|---|
committer | Matthias Dieter Wallnöfer <mwallnoefer@yahoo.de> | 2010-03-05 08:55:47 +0100 |
commit | ce82f91614c569c3e9349ba877de326f3e78fb3b (patch) | |
tree | 44dde37c0e74489c681ebedd33da500a8f17cc97 /source4 | |
parent | bfd31db9a9ea167650b109362f3a03cb64ff774e (diff) | |
download | samba-ce82f91614c569c3e9349ba877de326f3e78fb3b.tar.gz samba-ce82f91614c569c3e9349ba877de326f3e78fb3b.tar.bz2 samba-ce82f91614c569c3e9349ba877de326f3e78fb3b.zip |
s4:torture/rpc/samr.c - make some argument of function "test_SamLogon_with_creds" constant
This to quiet warnings.
Diffstat (limited to 'source4')
-rw-r--r-- | source4/torture/rpc/samr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/torture/rpc/samr.c b/source4/torture/rpc/samr.c index 13a56f0f7b..dbc25b40cc 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) { |