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
commit981b01d37ac84dcf2e6574bd41715d14f7d71417 (patch)
tree6d95f15120ce0af3912c34bdbe0c3a958f508c48
parent076f5ad37213a503f4a7fa82d8e1d4a675062f84 (diff)
downloadrabbitmq-server-981b01d37ac84dcf2e6574bd41715d14f7d71417.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 f3a22fc2..757f18ac 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