summaryrefslogtreecommitdiff
path: root/source3/rpcclient/cmd_ntsvcs.c
diff options
context:
space:
mode:
authorGünther Deschner <gd@samba.org>2008-11-12 09:28:05 +0100
committerGünther Deschner <gd@samba.org>2008-11-12 10:19:17 +0100
commit0bb86657311cc753f258b9f10c2204ded3832c2c (patch)
tree3d7f0d65f6d92c336e8df4f95e2ecff2255108ac /source3/rpcclient/cmd_ntsvcs.c
parent2ea5e222c581fd7709345dfbc51c8f0565f7bb67 (diff)
downloadsamba-0bb86657311cc753f258b9f10c2204ded3832c2c.tar.gz
samba-0bb86657311cc753f258b9f10c2204ded3832c2c.tar.bz2
samba-0bb86657311cc753f258b9f10c2204ded3832c2c.zip
s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command.
Guenther
Diffstat (limited to 'source3/rpcclient/cmd_ntsvcs.c')
-rw-r--r--source3/rpcclient/cmd_ntsvcs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/source3/rpcclient/cmd_ntsvcs.c b/source3/rpcclient/cmd_ntsvcs.c
index 20d6928473..7a25352943 100644
--- a/source3/rpcclient/cmd_ntsvcs.c
+++ b/source3/rpcclient/cmd_ntsvcs.c
@@ -83,8 +83,8 @@ static WERROR cmd_ntsvcs_hw_prof_flags(struct rpc_pipe_client *cli,
NTSTATUS status;
WERROR werr;
const char *devicepath = NULL;
- uint32_t unk3 = 0;
- uint16_t unk4 = 0;
+ uint32_t profile_flags = 0;
+ uint16_t veto_type = 0;
const char *unk5 = NULL;
const char *unk5a = NULL;
@@ -99,8 +99,8 @@ static WERROR cmd_ntsvcs_hw_prof_flags(struct rpc_pipe_client *cli,
0,
devicepath,
0,
- &unk3,
- &unk4,
+ &profile_flags,
+ &veto_type,
unk5,
&unk5a,
0,