diff options
| author | Michael Klishin <michael@rabbitmq.com> | 2013-11-29 15:51:58 +0400 |
|---|---|---|
| committer | Michael Klishin <michael@rabbitmq.com> | 2013-11-29 15:51:58 +0400 |
| commit | 2872eb25695a35d4f767255cf32fa73eb67354e7 (patch) | |
| tree | 05e1dbdaa7abd9dfafdc650e15b75308ad20bb53 | |
| parent | de9628f18732de3faf3c197b9896fc0096ff663f (diff) | |
| download | rabbitmq-server-git-2872eb25695a35d4f767255cf32fa73eb67354e7.tar.gz | |
Cosmetics
| -rw-r--r-- | src/rabbit_reader.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl index 957233f6df..cfe80d122c 100644 --- a/src/rabbit_reader.erl +++ b/src/rabbit_reader.erl @@ -1064,8 +1064,8 @@ ic(vhost, #connection{vhost = VHost}) -> VHost; ic(timeout, #connection{timeout_sec = Timeout}) -> Timeout; ic(frame_max, #connection{frame_max = FrameMax}) -> FrameMax; ic(channel_max, #connection{channel_max = ChannelMax}) -> ChannelMax; -ic(client_properties, #connection{client_properties = CP}) -> CP; -ic(auth_mechanism, #connection{auth_mechanism = none}) -> none; +ic(client_properties, #connection{client_properties = CP}) -> CP; +ic(auth_mechanism, #connection{auth_mechanism = none}) -> none; ic(auth_mechanism, #connection{auth_mechanism = {Name, _Mod}}) -> Name; ic(Item, #connection{}) -> throw({bad_argument, Item}). |
