diff options
| author | Tony Garnock-Jones <tonyg@lshift.net> | 2010-05-14 22:54:40 +1200 |
|---|---|---|
| committer | Tony Garnock-Jones <tonyg@lshift.net> | 2010-05-14 22:54:40 +1200 |
| commit | 6bd4333084b9c9faaffff4b9ef62cf4a7961c664 (patch) | |
| tree | 75280aa24a662d70738a91e836161f893457fe13 | |
| parent | 41c0dbfb3c6504f0b4d7e7da80bc21499f9de46d (diff) | |
| download | rabbitmq-server-git-6bd4333084b9c9faaffff4b9ef62cf4a7961c664.tar.gz | |
Ignore obj_out_of_date for crypto, too
| -rw-r--r-- | src/rabbit_plugin_activator.erl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/rabbit_plugin_activator.erl b/src/rabbit_plugin_activator.erl index 274981efed..ef3c5cc250 100644 --- a/src/rabbit_plugin_activator.erl +++ b/src/rabbit_plugin_activator.erl @@ -108,6 +108,7 @@ start() -> WApp == stdlib; WApp == kernel; WApp == sasl; + WApp == crypto; WApp == os_mon -> false; _ -> true end]), |
