The name of name is name not anem.

This commit is contained in:
Simon MacMullen 2014-01-23 13:12:26 +00:00
parent 79d921b229
commit 228c79300b
1 changed files with 1 additions and 1 deletions

View File

@ -63,7 +63,7 @@ init([]) ->
%% entire queue around rather than just take its name since we will
%% want to know its policy to determine how to federate it, and its
%% immutable properties in case we want to redeclare it upstream. We
%% don't just take its anem and look it up again since that would
%% don't just take its name and look it up again since that would
%% introduce race conditions when policies change frequently. Note
%% that since we take down all the links and start again when policies
%% change, the policy will always be correct, so we don't clear it out