diff options
| author | Simon MacMullen <simon@rabbitmq.com> | 2012-10-24 10:25:22 +0100 |
|---|---|---|
| committer | Simon MacMullen <simon@rabbitmq.com> | 2012-10-24 10:25:22 +0100 |
| commit | 510bca3c6df527f3b926bbad8200da3cbe741db3 (patch) | |
| tree | c3358f67575e0d01b72fcf6ba3257e2d24deb14b | |
| parent | 8ab21b8c0f26c38c29af7b0b682f61e9b0cf8f53 (diff) | |
| download | rabbitmq-server-git-510bca3c6df527f3b926bbad8200da3cbe741db3.tar.gz | |
Slightly surprised that compiled on R15B02 - but it doesn't on R12B-5. Fix CI + nightlies.
| -rw-r--r-- | src/rabbit_policy_validator.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_policy_validator.erl b/src/rabbit_policy_validator.erl index 624c3d54f5..b59dec2b47 100644 --- a/src/rabbit_policy_validator.erl +++ b/src/rabbit_policy_validator.erl @@ -29,7 +29,7 @@ behaviour_info(callbacks) -> [ - {validate_policy, 1}, + {validate_policy, 1} ]; behaviour_info(_Other) -> undefined. |
