From: Günther Deschner Date: Wed, 12 Nov 2008 08:28:05 +0000 (+0100) Subject: s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command. X-Git-Tag: samba-4.0.0alpha6~480^2~240 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bb86657311cc753f258b9f10c2204ded3832c2c;p=thirdparty%2Fsamba.git s3-rpcclient: correct some former unknonws in cmd_ntsvcs_hw_prof_flags command. Guenther --- diff --git a/source3/rpcclient/cmd_ntsvcs.c b/source3/rpcclient/cmd_ntsvcs.c index 20d69284739..7a253529439 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,