Skip to content

Commit 0d68c79

Browse files
committed
Fix broken code
1 parent 60ae6c0 commit 0d68c79

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

deps/rabbit/src/rabbit_queue_type.erl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -792,6 +792,7 @@ check_vhost_queue_limit(Q) ->
792792
"cannot declare queue '~ts': "
793793
"queue limit in vhost '~ts' (~tp) is reached",
794794
[QueueName, VHost, Limit]}
795+
end.
795796

796797
check_cluster_queue_limit(Q) ->
797798
#resource{name = QueueName} = amqqueue:get_name(Q),

0 commit comments

Comments
 (0)