Skip to content
This repository was archived by the owner on Nov 17, 2020. It is now read-only.

Commit 9f8b33b

Browse files
committed
rabbit_amqqueue: Fix notify_sent_queue_down() wrapper
[#118490793]
1 parent ef8785f commit 9f8b33b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_amqqueue.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -777,7 +777,7 @@ notify_sent(QPid, ChPid) ->
777777
rabbit_amqqueue_common:notify_sent(QPid, ChPid).
778778

779779
notify_sent_queue_down(QPid) ->
780-
rabbit_amqqueue_common:notify_sent(QPid).
780+
rabbit_amqqueue_common:notify_sent_queue_down(QPid).
781781

782782
resume(QPid, ChPid) -> delegate:cast(QPid, {resume, ChPid}).
783783

0 commit comments

Comments
 (0)