summaryrefslogtreecommitdiff
path: root/source3/rpc_parse/parse_reg.c
diff options
context:
space:
mode:
authorLuke Leighton <lkcl@samba.org>1999-11-24 23:40:20 +0000
committerLuke Leighton <lkcl@samba.org>1999-11-24 23:40:20 +0000
commitac4dd24140074a43f880c59e61770ef4e7c6523b (patch)
treedaccd4375ad1ab05492f7958488528a3b2e5107d /source3/rpc_parse/parse_reg.c
parenta70a4626df78965e1ad9c7f89f5d1c490e373ee0 (diff)
downloadsamba-ac4dd24140074a43f880c59e61770ef4e7c6523b.tar.gz
samba-ac4dd24140074a43f880c59e61770ef4e7c6523b.tar.bz2
samba-ac4dd24140074a43f880c59e61770ef4e7c6523b.zip
registry API moved over to new format. reg_connect() is the top-level
function, which takes \\server_name. tested a _few_ functions. found that regcreatekey receives a Fault PDU. (This used to be commit 45e92258e7df84c21d23c0be7e1d85457ccac551)
Diffstat (limited to 'source3/rpc_parse/parse_reg.c')
-rw-r--r--source3/rpc_parse/parse_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c
index 5e7e950ae4..9f446cc86a 100644
--- a/source3/rpc_parse/parse_reg.c
+++ b/source3/rpc_parse/parse_reg.c
@@ -1350,7 +1350,7 @@ BOOL reg_io_r_open_entry(char *desc, REG_R_OPEN_ENTRY *r_r, prs_struct *ps, int
makes a structure.
********************************************************************/
BOOL make_reg_q_shutdown(REG_Q_SHUTDOWN *q_i,
- char *msg, uint32 timeout, uint16 flags)
+ const char *msg, uint32 timeout, uint16 flags)
{
int len = strlen(msg) + 1;