diff options
| -rw-r--r-- | src/rabbit_vhost_sup_sup.erl | 4 |
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. |
