diff options
| author | Emile Joubert <emile@rabbitmq.com> | 2011-02-07 16:10:25 +0000 |
|---|---|---|
| committer | Emile Joubert <emile@rabbitmq.com> | 2011-02-07 16:10:25 +0000 |
| commit | 013a60ff0c1093d26319e90926ddfd32c3db48da (patch) | |
| tree | 85b524565e19627dc892b02734fa806fe9b0f89e /ebin | |
| parent | 9aa8ea2cb1f0b4a74c624ffa777b592300fdfef4 (diff) | |
| parent | bdaad0a3695966511c0f8e282705945ca7427647 (diff) | |
| download | rabbitmq-server-git-013a60ff0c1093d26319e90926ddfd32c3db48da.tar.gz | |
Merged bug17383 into default
Diffstat (limited to 'ebin')
| -rw-r--r-- | ebin/rabbit_app.in | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ebin/rabbit_app.in b/ebin/rabbit_app.in index d3e9d84b4b..cc7221d63d 100644 --- a/ebin/rabbit_app.in +++ b/ebin/rabbit_app.in @@ -8,7 +8,8 @@ rabbit_node_monitor, rabbit_router, rabbit_sup, - rabbit_tcp_client_sup]}, + rabbit_tcp_client_sup, + rabbit_direct_client_sup]}, {applications, [kernel, stdlib, sasl, mnesia, os_mon]}, %% 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 |
