diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-13 14:47:06 +0100 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2010-10-13 14:47:06 +0100 |
| commit | 3eed0f099b5753d5a8314d01f8ec030bb884a5b2 (patch) | |
| tree | 93ce835953679853947729a4672c55da29afec78 /include/rabbit.hrl | |
| parent | d6b780f02a700e341295dd17013d3de37c460e13 (diff) | |
| parent | f2bc8a9f1da01ef620ad14d2d56b76c7e8be7e7d (diff) | |
| download | rabbitmq-server-git-3eed0f099b5753d5a8314d01f8ec030bb884a5b2.tar.gz | |
Merging bug 23159 into default
Diffstat (limited to 'include/rabbit.hrl')
| -rw-r--r-- | include/rabbit.hrl | 2 |
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}). |
