diff options
| author | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-28 17:08:31 +0000 |
|---|---|---|
| committer | Matthew Sackman <matthew@rabbitmq.com> | 2011-01-28 17:08:31 +0000 |
| commit | f702995d658e363c0d92c5b2b30d2b8632550f0f (patch) | |
| tree | dd44624fec468ae51df37914870872cb4d3d53c7 /ebin | |
| parent | 099b31a9fe3e41efbdd1d7927fec596a9f896369 (diff) | |
| parent | b095990dda3c30f250bbc96515dacd2ea4eafeed (diff) | |
| download | rabbitmq-server-git-f702995d658e363c0d92c5b2b30d2b8632550f0f.tar.gz | |
merging bug23696 to 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 |
