From dbda98047df356cb854176982db156971d19466a Mon Sep 17 00:00:00 2001 From: Luke Leighton Date: Sun, 31 Oct 1999 04:11:17 +0000 Subject: added svcinfo command. (This used to be commit c243231d8596a732aba69179ff8f3882e7118297) --- source3/rpc_client/cli_svcctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/rpc_client') 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) { -- cgit