summaryrefslogtreecommitdiffstats
path: root/source/rpcclient/cmd_reg.c
diff options
context:
space:
mode:
authorShirish Kalele <kalele@samba.org>2000-05-18 18:43:53 +0000
committerShirish Kalele <kalele@samba.org>2000-05-18 18:43:53 +0000
commit15e7d8f6c5cddf6ce409ee2505744250d181ec34 (patch)
tree7905576b7af672551f1ed44656eb5dad56768eaa /source/rpcclient/cmd_reg.c
parent36629d2a934fe61e68f87c5d2faf67158b365ae6 (diff)
downloadsamba-15e7d8f6c5cddf6ce409ee2505744250d181ec34.tar.gz
samba-15e7d8f6c5cddf6ce409ee2505744250d181ec34.tar.xz
samba-15e7d8f6c5cddf6ce409ee2505744250d181ec34.zip
Added the NETDFS pipe to allow remote administration of the msdfs symlinks
on the samba server.
Diffstat (limited to 'source/rpcclient/cmd_reg.c')
-rw-r--r--source/rpcclient/cmd_reg.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/rpcclient/cmd_reg.c b/source/rpcclient/cmd_reg.c
index dfbfcf0cd1b..89b53c823f1 100644
--- a/source/rpcclient/cmd_reg.c
+++ b/source/rpcclient/cmd_reg.c
@@ -344,7 +344,7 @@ void cmd_reg_create_val(struct client_info *info)
uint32 unk_1;
/* query it */
res1 = res1 ? do_reg_query_info(smb_cli, &val_pol,
- type, &unk_0, &unk_1) : False;
+ val_name, *val_type) : False;
#endif
DEBUG(5, ("cmd_reg_create_val: smb_cli->fd:%d\n", smb_cli->fd));