diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2014-04-08 16:03:24 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2014-04-08 16:03:24 +0100 |
| commit | 31b789c99f4d27f800ecb354147da4b07899fe67 (patch) | |
| tree | 0f1b93d4a5693ea448a75f177d4bf475f606244e | |
| parent | 7a8bca9e5d990aefbf89008e2413fe740533486c (diff) | |
| download | rabbitmq-server-git-31b789c99f4d27f800ecb354147da4b07899fe67.tar.gz | |
Oops
| -rw-r--r-- | src/rabbit_policy.erl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/rabbit_policy.erl b/src/rabbit_policy.erl index 4483cf54b9..6e0abd6928 100644 --- a/src/rabbit_policy.erl +++ b/src/rabbit_policy.erl @@ -27,7 +27,7 @@ -export([register/0]). -export([invalidate/0, recover/0]). -export([name/1, get/2, get_arg/3, set/1]). --export([validate/4, notify/4, notify_clear/3]). +-export([validate/5, notify/4, notify_clear/3]). -export([parse_set/6, set/6, delete/2, lookup/2, list/0, list/1, list_formatted/1, info_keys/0]). @@ -196,7 +196,7 @@ info_keys() -> [vhost, name, 'apply-to', pattern, definition, priority]. %%---------------------------------------------------------------------------- -validate(_VHost, <<"policy">>, Name, Term) -> +validate(_VHost, <<"policy">>, Name, Term, _User) -> rabbit_parameter_validation:proplist( Name, policy_validation(), Term). |
