diff options
| author | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-07-30 17:09:50 +0200 |
|---|---|---|
| committer | Jean-Sébastien Pédron <jean-sebastien.pedron@dumbbell.fr> | 2015-07-30 17:09:50 +0200 |
| commit | 7fa5f4eb28a9d9d4c9b5e166213b2e5d9666c2ec (patch) | |
| tree | e5fa8614cd25855d32f93ab843b8d9e2fdd33cb1 /src | |
| parent | 8a5c4b5a38392206ad4bb21cd4491154d2f31cfb (diff) | |
| parent | f1ce00b6ae3c4ebd1a0a105d6d9386bea8371e5f (diff) | |
| download | rabbitmq-server-git-7fa5f4eb28a9d9d4c9b5e166213b2e5d9666c2ec.tar.gz | |
Merge branch 'stable'
Diffstat (limited to 'src')
| -rw-r--r-- | src/gm.erl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/gm.erl b/src/gm.erl index 4c1b4ee4cb..dbf9c295f9 100644 --- a/src/gm.erl +++ b/src/gm.erl @@ -752,8 +752,7 @@ handle_info({'DOWN', MRef, process, _Pid, Reason}, end. -terminate(Reason, State = #state { module = Module, - callback_args = Args }) -> +terminate(Reason, #state { module = Module, callback_args = Args }) -> Module:handle_terminate(Args, Reason). |
