diff options
author | Luke Leighton <lkcl@samba.org> | 1999-11-24 23:40:20 +0000 |
---|---|---|
committer | Luke Leighton <lkcl@samba.org> | 1999-11-24 23:40:20 +0000 |
commit | ac4dd24140074a43f880c59e61770ef4e7c6523b (patch) | |
tree | daccd4375ad1ab05492f7958488528a3b2e5107d /source3/rpc_parse | |
parent | a70a4626df78965e1ad9c7f89f5d1c490e373ee0 (diff) | |
download | samba-ac4dd24140074a43f880c59e61770ef4e7c6523b.tar.gz samba-ac4dd24140074a43f880c59e61770ef4e7c6523b.tar.xz 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')
-rw-r--r-- | source3/rpc_parse/parse_reg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/rpc_parse/parse_reg.c b/source3/rpc_parse/parse_reg.c index 5e7e950ae46..9f446cc86a5 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; |