summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2014-03-25 13:42:28 +0000
committerSimon MacMullen <simon@rabbitmq.com>2014-03-25 13:42:28 +0000
commitcf427cb45b9035e0b0a9642e78d16ba5f90d56fb (patch)
tree6d95f15120ce0af3912c34bdbe0c3a958f508c48
parentecc44cae3836de27288f56615e60ee2e45ce1e25 (diff)
downloadrabbitmq-server-git-cf427cb45b9035e0b0a9642e78d16ba5f90d56fb.tar.gz
Oops
-rw-r--r--src/rabbit_amqqueue.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_amqqueue.erl b/src/rabbit_amqqueue.erl
index f3a22fc277..757f18ac9a 100644
--- a/src/rabbit_amqqueue.erl
+++ b/src/rabbit_amqqueue.erl
@@ -446,7 +446,7 @@ check_int_arg({Type, _}, _) ->
end.
check_bool_arg({bool, _}, _) -> ok;
-check_bool_arg({_, _}, _) -> {error, {unacceptable_type, Type}}.
+check_bool_arg({Type, _}, _) -> {error, {unacceptable_type, Type}}.
check_non_neg_int_arg({Type, Val}, Args) ->
case check_int_arg({Type, Val}, Args) of