diff options
| author | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2011-01-19 21:27:03 +0000 |
|---|---|---|
| committer | Vlad Alexandru Ionescu <vlad@rabbitmq.com> | 2011-01-19 21:27:03 +0000 |
| commit | bd66179e0db81bb0703e521400470df89f6647d9 (patch) | |
| tree | b775bd82609a2f2774c85d138d08d76e752803e9 /ebin | |
| parent | fbd631733f2e25c8842292e48d956f09ca8040e1 (diff) | |
| parent | 23d7a9e6877fdd22337fd3ddbd333ac607788a9d (diff) | |
| download | rabbitmq-server-git-bd66179e0db81bb0703e521400470df89f6647d9.tar.gz | |
merging in from 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 5ed872b685..bb0fbcd305 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 |
