Skip to content

Commit 26c7dfb

Browse files
committed
rabbit_channel: revert changes to IS_QUORUM macro
1 parent 9d1cb93 commit 26c7dfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rabbit_channel.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -210,7 +210,7 @@
210210
end).
211211

212212
-define(IS_CLASSIC(QPid), is_pid(QPid)).
213-
-define(IS_QUORUM(QPid), is_tuple(QPid) orelse is_atom(QPid)).
213+
-define(IS_QUORUM(QPid), is_tuple(QPid)).
214214

215215
%%----------------------------------------------------------------------------
216216

0 commit comments

Comments
 (0)