diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2013-08-02 17:07:36 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2013-08-02 17:07:36 +0100 |
| commit | 6ea08b611d49a643628dcbfe47e741e3fc3ec3aa (patch) | |
| tree | fdcde0640cadee3df83640dc15b9640adf458656 /src | |
| parent | b10cc9ed88c3bb4daded9c8fd4acf1c4c3a1d21e (diff) | |
| download | rabbitmq-server-git-6ea08b611d49a643628dcbfe47e741e3fc3ec3aa.tar.gz | |
Gross stupidity.
Diffstat (limited to 'src')
| -rw-r--r-- | src/rabbit_policy.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_policy.erl b/src/rabbit_policy.erl index c2311f18c0..5b2e2da24b 100644 --- a/src/rabbit_policy.erl +++ b/src/rabbit_policy.erl @@ -136,7 +136,7 @@ set(VHost, Name, Pattern, Definition, Priority, ApplyTo) -> _ -> Priority end}, {<<"apply-to">>, case ApplyTo of - undefined -> 0; + undefined -> <<"all">>; _ -> ApplyTo end}], set0(VHost, Name, PolicyProps). |
