diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-28 20:02:29 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-28 20:02:29 +0000 |
commit | c7c77cbfd75052c73723b1b6783f254d2ff49e65 (patch) | |
tree | 7550fcf49a068ac0c174776d41a790cf0e242303 /source3/rpc_client | |
parent | 640012d80bb393d97a21d26b827fe274c0555013 (diff) | |
download | samba-c7c77cbfd75052c73723b1b6783f254d2ff49e65.tar.gz samba-c7c77cbfd75052c73723b1b6783f254d2ff49e65.tar.bz2 samba-c7c77cbfd75052c73723b1b6783f254d2ff49e65.zip |
restructuring samr client code.
(This used to be commit a78607b5dbf0fca6a22ab41195f465474578ee39)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_lsarpc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_lsarpc.c b/source3/rpc_client/cli_lsarpc.c index 2ceb34aad7..c30a8eaef9 100644 --- a/source3/rpc_client/cli_lsarpc.c +++ b/source3/rpc_client/cli_lsarpc.c @@ -36,7 +36,7 @@ extern int DEBUGLEVEL; do a LSA Open Policy ****************************************************************************/ BOOL lsa_open_policy(struct cli_state *cli, uint16 fnum, - char *server_name, POLICY_HND *hnd, + const char *server_name, POLICY_HND *hnd, BOOL sec_qos) { prs_struct rbuf; |