diff options
author | Luke Leighton <lkcl@samba.org> | 1999-10-31 04:11:17 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-10-31 04:11:17 +0000 |
commit | dbda98047df356cb854176982db156971d19466a (patch) | |
tree | 6ebfa9d20ccae8480e1ec65759aeb1ec14c13898 /source3/rpc_client | |
parent | e7b5412943f5b558a8b34645e376c53a39b079a1 (diff) | |
download | samba-dbda98047df356cb854176982db156971d19466a.tar.gz samba-dbda98047df356cb854176982db156971d19466a.tar.bz2 samba-dbda98047df356cb854176982db156971d19466a.zip |
added svcinfo <service name> command.
(This used to be commit c243231d8596a732aba69179ff8f3882e7118297)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_svcctl.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_client/cli_svcctl.c b/source3/rpc_client/cli_svcctl.c index 292972eae2..f161e4207f 100644 --- a/source3/rpc_client/cli_svcctl.c +++ b/source3/rpc_client/cli_svcctl.c @@ -96,7 +96,7 @@ do a SVC Open Service ****************************************************************************/ BOOL svc_open_service(struct cli_state *cli, uint16 fnum, POLICY_HND *scm_hnd, - char *srv_name, + const char *srv_name, uint32 des_access, POLICY_HND *hnd) { |