summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthias Radestock <matthias@rabbitmq.com>2010-07-02 16:26:15 +0100
committerMatthias Radestock <matthias@rabbitmq.com>2010-07-02 16:26:15 +0100
commit453c140b1c5d219cbf171a8ddfba24af65434645 (patch)
tree018e4efb4070db3ae570d2eabfaf22b7116d1803
parentb12b37d042c71e715d5c12ea99a5d57435aeebdb (diff)
downloadrabbitmq-server-git-453c140b1c5d219cbf171a8ddfba24af65434645.tar.gz
cosmetic
-rw-r--r--src/rabbit_writer.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_writer.erl b/src/rabbit_writer.erl
index 17b8f53ef8..33e12a2485 100644
--- a/src/rabbit_writer.erl
+++ b/src/rabbit_writer.erl
@@ -214,7 +214,7 @@ internal_send_command_async(Sock, Channel, MethodRecord, Protocol) ->
internal_send_command_async(Sock, Channel, MethodRecord, Content, FrameMax,
Protocol) ->
true = port_cmd(Sock, assemble_frames(Channel, MethodRecord,
- Content, FrameMax, Protocol)),
+ Content, FrameMax, Protocol)),
ok.
port_cmd(Sock, Data) ->