summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2010-10-13 14:47:06 +0100
committerMatthew Sackman <matthew@rabbitmq.com>2010-10-13 14:47:06 +0100
commit3eed0f099b5753d5a8314d01f8ec030bb884a5b2 (patch)
tree93ce835953679853947729a4672c55da29afec78 /include
parentd6b780f02a700e341295dd17013d3de37c460e13 (diff)
parentf2bc8a9f1da01ef620ad14d2d56b76c7e8be7e7d (diff)
downloadrabbitmq-server-git-3eed0f099b5753d5a8314d01f8ec030bb884a5b2.tar.gz
Merging bug 23159 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}).