diff options
| author | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-07-27 15:17:32 +0100 |
|---|---|---|
| committer | Francesco Mazzoli <francesco@rabbitmq.com> | 2012-07-27 15:17:32 +0100 |
| commit | f4505342994eb97c135bdc9cd43ba2ca12933dc9 (patch) | |
| tree | c4a41b306e3d7615153f3c64cbb8a50a8436ef6d /src | |
| parent | f13225109cb8c47918ba885ae269fa7df2607cf2 (diff) | |
| download | rabbitmq-server-git-f4505342994eb97c135bdc9cd43ba2ca12933dc9.tar.gz | |
`store_updated_slaves/1' returns a queue, not `ok'
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_mirror_queue_misc.erl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/rabbit_mirror_queue_misc.erl b/src/rabbit_mirror_queue_misc.erl index 20026e6012..3a7df80315 100644 --- a/src/rabbit_mirror_queue_misc.erl +++ b/src/rabbit_mirror_queue_misc.erl @@ -37,7 +37,8 @@ -spec(add_mirror/3 :: (rabbit_types:vhost(), binary(), atom()) -> rabbit_types:ok_or_error(any())). --spec(store_updated_slaves/1 :: (rabbit_types:amqqueue()) -> 'ok'). +-spec(store_updated_slaves/1 :: (rabbit_types:amqqueue()) -> + rabbit_types:amqqueue()). -endif. |
