diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-06-19 14:02:38 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-06-19 14:02:38 +0100 |
| commit | bc17701495e941d8f22e985a89d8e5884cd15c70 (patch) | |
| tree | d2e464d2121116434b784dc914e0ffdbe8a1f951 | |
| parent | 1365c57cee0fde3f3414e123f82e64766092e046 (diff) | |
| parent | 44223923dca97f71fae4f4836871c8ae14796f04 (diff) | |
| download | rabbitmq-server-git-bc17701495e941d8f22e985a89d8e5884cd15c70.tar.gz | |
stable to default
| -rw-r--r-- | src/rabbit_prelaunch.erl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rabbit_prelaunch.erl b/src/rabbit_prelaunch.erl index 4cc9cd12f1..bb93ebe95e 100644 --- a/src/rabbit_prelaunch.erl +++ b/src/rabbit_prelaunch.erl @@ -90,9 +90,9 @@ dist_port_set_check() -> {none, none} -> ok; _ -> rabbit_misc:quit(?DIST_PORT_CONFIGURED) end; - {error, _} -> - %% TODO can we present errors more nicely here - %% than after -config has failed? + {ok, _} -> + ok; + {error, X} -> ok end end. |
