summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/codegen.py')
-rw-r--r--librabbitmq/codegen.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/librabbitmq/codegen.py b/librabbitmq/codegen.py
index aab6d95..42eed5e 100644
--- a/librabbitmq/codegen.py
+++ b/librabbitmq/codegen.py
@@ -294,6 +294,7 @@ int amqp_decode_properties(uint16_t class_id,
partial_flags = D_16(encoded, offset);
offset += 2;
flags |= (partial_flags << (flagword_index * 16));
+ flagword_index++;
} while (partial_flags & 1);
switch (class_id) {"""