summaryrefslogtreecommitdiff
path: root/src/proxy.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/proxy.cc')
-rw-r--r--src/proxy.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/proxy.cc b/src/proxy.cc
index b8df00c..e68645f 100644
--- a/src/proxy.cc
+++ b/src/proxy.cc
@@ -1942,7 +1942,7 @@ void ProxyImpl::send_attached_data(uint32_t id, void const* ptr, size_t size,
if (size == 0) {
assert(last);
assert(ptr == nullptr);
- write_u16(data + 3, 10);
+ write_u16(data + 3, 22);
data[9] = 0;
send_attached(data, 22, nullptr, 0);
} else {