]> git.proxmox.com Git - mirror_edk2.git/commitdiff
Fix IPv6 HTTPClient vendor class data
authorMichael Chang <mchang@suse.com>
Thu, 21 Jul 2016 01:58:44 +0000 (09:58 +0800)
committerJiaxin Wu <jiaxin.wu@intel.com>
Fri, 22 Jul 2016 02:16:49 +0000 (10:16 +0800)
The size of the ClassIdentifier is apparently wrong in the structure. In my
testing it caused the vendor class data to be displayed as bogus
"HTTPClient:Arch00016x:UNDI00300". After correcting the size the vendor class
data is "HTTPClient:Arch00016:UNDI003000" which looks good to me.

Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Michael Chang <mchang@suse.com>
Reviewed-by: Zhang Lubo <lubo.zhang@intel.com>
Reviewed-by: Wu Jiaxin <jiaxin.wu@intel.com>

No differences found