1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-28 09:49:30 +03:00

Turn off using lsa_qos.

Rafal
(This used to be commit d03124fbf1)
This commit is contained in:
Rafal Szczesniak
2003-05-05 08:43:43 +00:00
parent 91a77e8afb
commit 4905d39f4f

View File

@ -1785,7 +1785,7 @@ static int rpc_trustdom_establish(int argc, const char **argv)
return -1;
}
nt_status = cli_lsa_open_policy2(cli, mem_ctx, True, SEC_RIGHTS_QUERY_VALUE,
nt_status = cli_lsa_open_policy2(cli, mem_ctx, False, SEC_RIGHTS_QUERY_VALUE,
&connect_hnd);
if (NT_STATUS_IS_ERR(nt_status)) {
DEBUG(0, ("Couldn't open policy handle. Error was %s\n",
@ -1804,9 +1804,6 @@ static int rpc_trustdom_establish(int argc, const char **argv)
return -1;
}
/* There should be actually query info level 3 (following nt serv behaviour),
but I still don't know if it's _really_ necessary */
@ -1955,7 +1952,7 @@ static int rpc_trustdom_list(int argc, const char **argv)
return -1;
};
nt_status = cli_lsa_open_policy2(cli, mem_ctx, True, SEC_RIGHTS_QUERY_VALUE,
nt_status = cli_lsa_open_policy2(cli, mem_ctx, False, SEC_RIGHTS_QUERY_VALUE,
&connect_hnd);
if (NT_STATUS_IS_ERR(nt_status)) {
DEBUG(0, ("Couldn't open policy handle. Error was %s\n",