diff options
author | Emile Joubert <emile@rabbitmq.com> | 2012-09-21 12:35:27 +0100 |
---|---|---|
committer | Emile Joubert <emile@rabbitmq.com> | 2012-09-21 12:35:27 +0100 |
commit | c7d452e47b6e032b7d8c2c24eb17e5590d5475ff (patch) | |
tree | d172c9c387ef47c2427c595267e1f190a36b2211 | |
parent | 0f091c341c104da57f3519c2d9a19c7bb5f7cc8c (diff) | |
download | rabbitmq-server-bug25157.tar.gz |
Backed out changeset 312acc335935bug25157
-rw-r--r-- | ebin/rabbit_app.in | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index c92b4de6..42331b22 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -40,7 +40,6 @@ {trace_vhosts, []}, {log_levels, [{connection, info}]}, {ssl_cert_login_from, distinguished_name}, - {prefer_ipv6_addresses, true}, {tcp_listen_options, [binary, {packet, raw}, {reuseaddr, true}, |