diff options
| author | Michael Klishin <mklishin@pivotal.io> | 2017-06-26 21:32:56 +0300 |
|---|---|---|
| committer | Michael Klishin <mklishin@pivotal.io> | 2017-06-26 21:46:57 +0300 |
| commit | 9d7b14e491443292196af87d3c4dcd2491c20ac5 (patch) | |
| tree | 9823a04403d256a1964b03de4605fabefe5f4118 | |
| parent | 39b7ae4699abab21f94f354d27f9ca158834839c (diff) | |
| download | rabbitmq-server-git-9d7b14e491443292196af87d3c4dcd2491c20ac5.tar.gz | |
Compile
| -rw-r--r-- | src/rabbit_direct.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_direct.erl b/src/rabbit_direct.erl index 50dde79b51..4b7f06305a 100644 --- a/src/rabbit_direct.erl +++ b/src/rabbit_direct.erl @@ -132,7 +132,7 @@ maybe_call_connection_info_module(Protocol, Creds, VHost, Pid, Infos) -> catch _:Reason -> rabbit_log:error("Calling ~p:additional_authn_params/4 failed:~p~n", [Module, Reason]), - []; + [] end; error -> []; |
