diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 11:06:36 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2010-07-20 11:06:36 +0100 |
| commit | 3579c99cdaf9752fada6098ed40886b76b3e958c (patch) | |
| tree | e2954004e35d177a774105f9d462f667417d74a2 /ebin | |
| parent | 78e31457cf34bb02b4d66f12d4fdf0e906d6abae (diff) | |
| parent | 4ff838e74360176024305c2101f4fc6b1c09e50b (diff) | |
| download | rabbitmq-server-git-3579c99cdaf9752fada6098ed40886b76b3e958c.tar.gz | |
Merge bug22889 into amqp_0_9_1
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index bdf407eb93..ce94cafe62 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -11,8 +11,8 @@ rabbit_sup, rabbit_tcp_client_sup]}, {applications, [kernel, stdlib, sasl, mnesia, os_mon]}, -%% we also depend on ssl but it shouldn't be in here as we don't -%% actually want to start it +%% we also depend on crypto, public_key and ssl but they shouldn't be +%% in here as we don't actually want to start it {mod, {rabbit, []}}, {env, [{tcp_listeners, [{"0.0.0.0", 5672}]}, {ssl_listeners, []}, |
