diff options
author | Daniel Martin <consume.noise@gmail.com> | 2013-05-27 19:20:32 +0200 |
---|---|---|
committer | Peter Harris <pharris@opentext.com> | 2013-06-06 16:13:52 -0400 |
commit | 5802c6a0f9fc5a08d0ffc24c534f4ba0734eb7ac (patch) | |
tree | a2a70d722e051887457b8669cf3558469a8ee9ed | |
parent | 45d8361e598459eb89a53149baf91de6bf8a1a62 (diff) |
res: Fix and rename list in ClientIdValue
The list is a CARD32 and rename the field to "value" to match the
specification.
Signed-off-by: Daniel Martin <consume.noise@gmail.com>
Signed-off-by: Peter Harris <pharris@opentext.com>
-rw-r--r-- | src/res.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/res.xml b/src/res.xml index 1dd3bd1..a5d1d8f 100644 --- a/src/res.xml +++ b/src/res.xml @@ -49,7 +49,7 @@ authorization from the authors. <struct name="ClientIdValue"> <field type="ClientIdSpec" name="spec" /> <field type="CARD32" name="length" /> - <list type="CARD8" name="client_ids"> + <list type="CARD32" name="value"> <fieldref>length</fieldref> </list> </struct> |