summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-13 13:58:21 +0100
committerAlexandru Scvortov <alexandru@rabbitmq.com>2010-10-13 13:58:21 +0100
commit1dce22d19591f92c347dad909d005f020cb0424e (patch)
treefbdc3eddef2540c23fa8e18f611928c7088bd832 /include/rabbit.hrl
parent172904e0bc55e5e98c19be8bca03d394ff3dc7b8 (diff)
parent49c3ba33603bb018c04c940adb2912a010784c3e (diff)
downloadrabbitmq-server-git-1dce22d19591f92c347dad909d005f020cb0424e.tar.gz
merge default into bug23319
Diffstat (limited to 'include/rabbit.hrl')
-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}).