Fix ChangeHosts address string

ChangeHosts incorrectly encodes address as a string, not a binary blob. It
should be the same as in the HOSTS structure.

Fixes #43604

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Robert Ancell 2012-01-11 17:03:47 +01:00 committed by Julien Danjou
parent e4dec4873a
commit 08eb095955

View file

@ -2295,7 +2295,7 @@ authorization from the authors.
<field type="CARD8" name="family" enum="Family" />
<pad bytes="1" />
<field type="CARD16" name="address_len" />
<list type="char" name="address">
<list type="BYTE" name="address">
<fieldref>address_len</fieldref>
</list>
</request>