diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-23 18:56:26 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-23 18:56:26 +0000 |
commit | e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695 (patch) | |
tree | 99b4b2a74b3014e7efb569a20d36d4f6dedd8e0c /source/rpc_parse | |
parent | ca803c17fa51ace5f2b99b09f5c59893f43ba70d (diff) | |
download | samba-e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695.tar.gz samba-e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695.tar.xz samba-e88e7d529b5bdf32ac3bc71fa8e18f6f2a98c695.zip |
shuffling msrpc code around so that it can be used independently of rpcclient
Diffstat (limited to 'source/rpc_parse')
-rw-r--r-- | source/rpc_parse/parse_lsa.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source/rpc_parse/parse_lsa.c b/source/rpc_parse/parse_lsa.c index 596b1cb0457..d3b895dc1a6 100644 --- a/source/rpc_parse/parse_lsa.c +++ b/source/rpc_parse/parse_lsa.c @@ -415,8 +415,8 @@ BOOL lsa_io_q_query(char *desc, LSA_Q_QUERY_INFO *q_q, prs_struct *ps, int dept /******************************************************************* makes an LSA_Q_OPEN_SECRET structure. ********************************************************************/ -BOOL make_q_open_secret(LSA_Q_OPEN_SECRET *q_o, POLICY_HND *pol_hnd, - char *secret_name, uint32 desired_access) +BOOL make_q_open_secret(LSA_Q_OPEN_SECRET *q_o, const POLICY_HND *pol_hnd, + const char *secret_name, uint32 desired_access) { int len = strlen(secret_name); |