This commit is contained in:
Simon MacMullen 2012-04-05 13:44:18 +01:00
parent 3c92c6e72e
commit d12689e0f2
1 changed files with 1 additions and 1 deletions

View File

@ -72,7 +72,7 @@ from_set(<<"all">>, X) ->
from_set(SetName, X) ->
case rabbit_runtime_parameters:value(
<<"federation_upstream_set">>, SetName) of
undefined -> {error, set_not_found};
not_found -> {error, set_not_found};
Set -> from_set_contents(Set, X)
end.