summaryrefslogtreecommitdiff
path: root/librabbitmq/codegen.py
diff options
context:
space:
mode:
Diffstat (limited to 'librabbitmq/codegen.py')
-rw-r--r--librabbitmq/codegen.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/librabbitmq/codegen.py b/librabbitmq/codegen.py
index 918b56a..905d313 100644
--- a/librabbitmq/codegen.py
+++ b/librabbitmq/codegen.py
@@ -539,7 +539,7 @@ int amqp_encode_properties(uint16_t class_id,
print " req.%s = %s;" % (n, val)
- reply = cConstantName(c_ize(m.klass.name) + '_' + c_ize(m.name)
+ reply = cConstantName(c_ize(m.klass.name) + '_' + c_ize(m.name)
+ "_ok_method")
print """
return amqp_simple_rpc_decoded(state, channel, %s, %s, &req);