Skip to content

Commit 5c1c20e

Browse files
author
Simon MacMullen
committed
Merge bug 26258
2 parents 51080c0 + 461affc commit 5c1c20e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/rabbit_prelaunch.erl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,9 +90,9 @@ dist_port_set_check() ->
9090
{none, none} -> ok;
9191
_ -> rabbit_misc:quit(?DIST_PORT_CONFIGURED)
9292
end;
93+
{ok, _} ->
94+
ok;
9395
{error, _} ->
94-
%% TODO can we present errors more nicely here
95-
%% than after -config has failed?
9696
ok
9797
end
9898
end.

0 commit comments

Comments
 (0)