Peter Harris
2016-05-24 21:00:52 UTC
This diverges from the specification to match the current implementation
of the server.
---
src/res.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/res.xml b/src/res.xml
index 17e6f83..c7cdf48 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -55,7 +55,10 @@ authorization from the authors.
<field type="ClientIdSpec" name="spec" />
<field type="CARD32" name="length" />
<list type="CARD32" name="value">
- <fieldref>length</fieldref>
+ <op op="/">
+ <fieldref>length</fieldref>
+ <value>4</value>
+ </op>
</list>
</struct>
of the server.
---
src/res.xml | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/src/res.xml b/src/res.xml
index 17e6f83..c7cdf48 100644
--- a/src/res.xml
+++ b/src/res.xml
@@ -55,7 +55,10 @@ authorization from the authors.
<field type="ClientIdSpec" name="spec" />
<field type="CARD32" name="length" />
<list type="CARD32" name="value">
- <fieldref>length</fieldref>
+ <op op="/">
+ <fieldref>length</fieldref>
+ <value>4</value>
+ </op>
</list>
</struct>
--
2.7.4
2.7.4