summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-12 14:07:31 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-12 14:07:31 +0100
commit7cdf16d19115bb61e5c7f88da2236cb1117feb22 (patch)
tree2ad65cef17bed3d61c4cde889bf379d812cab9ea /include
parentae90a73bbe3115c8473afbac09087527a958787f (diff)
parent0a930d404c5f2fb3a3a9ae476e2cbd121fd21ec7 (diff)
downloadrabbitmq-server-git-7cdf16d19115bb61e5c7f88da2236cb1117feb22.tar.gz
Merging bug 22180 into default
Diffstat (limited to 'include')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 24aa8d987c..73a8ad972a 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -70,7 +70,7 @@
-record(ssl_socket, {tcp, ssl}).
-record(delivery, {mandatory, immediate, txn, sender, message}).
--record(amqp_error, {name, explanation, method = none}).
+-record(amqp_error, {name, explanation = "", method = none}).
-record(event, {type, props, timestamp}).