diff options
Diffstat (limited to 'cpp/src/qpid/framing/BodyHolder.cpp')
| -rw-r--r-- | cpp/src/qpid/framing/BodyHolder.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cpp/src/qpid/framing/BodyHolder.cpp b/cpp/src/qpid/framing/BodyHolder.cpp index f66f29d36a..de971b5b28 100644 --- a/cpp/src/qpid/framing/BodyHolder.cpp +++ b/cpp/src/qpid/framing/BodyHolder.cpp @@ -48,6 +48,7 @@ void BodyHolder::encode(Buffer& b) const { void BodyHolder::decode(uint8_t type, Buffer& buffer, uint32_t size) { switch(type) { + case 0://CONTROL case METHOD_BODY: { ClassId c = buffer.getOctet(); MethodId m = buffer.getOctet(); |
