summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <mklishin@pivotal.io>2017-07-04 18:34:49 +0300
committerMichael Klishin <mklishin@pivotal.io>2017-07-04 18:34:49 +0300
commitb9cc246f1d08f1f43943b1f51a16b793b05fef61 (patch)
tree1161ddee89c91ec3c3eb71a95a7f3b68cdacbcf1
parentf8194a8407ade85bd3616ae7a7844786334ea860 (diff)
downloadrabbitmq-server-git-b9cc246f1d08f1f43943b1f51a16b793b05fef61.tar.gz
Drop the "ignore" clause
It was never a part of a GA release.
-rw-r--r--src/rabbit_vhost_sup_sup.erl4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/rabbit_vhost_sup_sup.erl b/src/rabbit_vhost_sup_sup.erl
index 1ea6204c69..94db87fecc 100644
--- a/src/rabbit_vhost_sup_sup.erl
+++ b/src/rabbit_vhost_sup_sup.erl
@@ -175,7 +175,5 @@ vhost_restart_strategy() ->
continue -> transient;
stop_node -> permanent;
transient -> transient;
- permanent -> permanent;
- %% old name of continue
- ignore -> transient
+ permanent -> permanent
end.