diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2011-08-15 16:42:18 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2011-08-15 16:42:18 +0100 |
| commit | 30b3e146747b9b67b90bafb3d6bef2abb31c85c7 (patch) | |
| tree | 0f958e24aa37d499206cfb45e7ff04075ccf16cb | |
| parent | 6fef41e263e41312e5d63e34eb7dd1719c60fae5 (diff) | |
| download | rabbitmq-server-git-30b3e146747b9b67b90bafb3d6bef2abb31c85c7.tar.gz | |
Oops
| -rw-r--r-- | src/mirrored_supervisor.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mirrored_supervisor.erl b/src/mirrored_supervisor.erl index 7f99ac6fd8..70a0627a3c 100644 --- a/src/mirrored_supervisor.erl +++ b/src/mirrored_supervisor.erl @@ -276,7 +276,7 @@ find_call(Sup, Id, Msg) -> _ = '_'}, %% If we did this inside a tx we could still have failover %% immediately after the tx - we can't be 100% here. So we may as - %% well direct_select. + %% well dirty_select. case mnesia:dirty_select(?TABLE, [{MatchHead, [], ['$1']}]) of [Mirror] -> ?GEN_SERVER:call(Mirror, Msg, infinity); [] -> {error, not_found} |
