diff options
author | Gerald Carter <jerry@samba.org> | 2005-06-16 20:04:16 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 10:57:18 -0500 |
commit | bb2616d0180d21e5962a028617d274c51f5dcc63 (patch) | |
tree | b5d79cbe39d03fba0573068ec3b41d919c7deeb7 /source3/rpc_client | |
parent | eb2280663f086b61b064ba0ca16aff98c5d81ba1 (diff) | |
download | samba-bb2616d0180d21e5962a028617d274c51f5dcc63.tar.gz samba-bb2616d0180d21e5962a028617d274c51f5dcc63.tar.bz2 samba-bb2616d0180d21e5962a028617d274c51f5dcc63.zip |
r7645: adding server stubs for RegCreateKey() and RegSetValue()
(This used to be commit ce82566badfb907a2f72e2f7d90a7bbbe3811177)
Diffstat (limited to 'source3/rpc_client')
-rw-r--r-- | source3/rpc_client/cli_reg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/rpc_client/cli_reg.c b/source3/rpc_client/cli_reg.c index 74866e4b8e..d152aeecf1 100644 --- a/source3/rpc_client/cli_reg.c +++ b/source3/rpc_client/cli_reg.c @@ -539,8 +539,8 @@ WERROR cli_reg_set_val(struct cli_state *cli, TALLOC_CTX *mem_ctx, CLI_DO_RPC( cli, mem_ctx, PI_WINREG, REG_SET_VALUE, in, out, qbuf, rbuf, - reg_io_q_set_val, - reg_io_r_set_val, + reg_io_q_set_value, + reg_io_r_set_value, WERR_GENERAL_FAILURE ); return out.status; |