diff options
Diffstat (limited to 'src/res.xml')
-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> |