diff options
| author | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-09 19:15:38 +0100 |
|---|---|---|
| committer | Matthias Radestock <matthias@rabbitmq.com> | 2010-08-09 19:15:38 +0100 |
| commit | a1145b0d205da96ec1991aab44e80e940f0cd347 (patch) | |
| tree | b85b617b26fffb18c5259ca14bc5bb7a22172075 /src | |
| parent | e6e6c6a683aa253995cb4b0984d767bbe8bbc3dd (diff) | |
| parent | e1ee5e143b3d83e44df8de637fa71434ec4c2431 (diff) | |
| download | rabbitmq-server-git-a1145b0d205da96ec1991aab44e80e940f0cd347.tar.gz | |
merge bug23098 into default
Diffstat (limited to 'src')
| -rw-r--r-- | src/supervisor2.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/supervisor2.erl b/src/supervisor2.erl index fb4c9b02bf..ecb2655f60 100644 --- a/src/supervisor2.erl +++ b/src/supervisor2.erl @@ -555,7 +555,7 @@ restart(Child, State) -> {terminate, NState} -> report_error(shutdown, reached_max_restart_intensity, Child, State#state.name), - {shutdown, remove_child(Child, NState)} + {shutdown, state_del_child(Child, NState)} end. restart1(Child, State) -> |
