Skip to content
This repository has been archived by the owner on Nov 18, 2020. It is now read-only.

Commit

Permalink
Sorry, future internet users. There are going to be enough cases wher…
Browse files Browse the repository at this point in the history
…e people have set RABBITMQ_NODE_IP_ADDRESS="0.0.0.0" without being aware that this disables IPv6. Take the more conservative option.
  • Loading branch information
Simon MacMullen committed Sep 24, 2012
1 parent cf7f52a commit b51727c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ebin/amqp_client.app.in
Expand Up @@ -3,6 +3,6 @@
{vsn, "%%VSN%%"},
{modules, []},
{registered, [amqp_sup]},
{env, [{prefer_ipv6, true}]},
{env, [{prefer_ipv6, false}]},
{mod, {amqp_client, []}},
{applications, [kernel, stdlib]}]}.

0 comments on commit b51727c

Please sign in to comment.