summaryrefslogtreecommitdiff
path: root/apps/Gateway/Peer/Peer.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Gateway/Peer/Peer.cpp')
-rw-r--r--apps/Gateway/Peer/Peer.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/Gateway/Peer/Peer.cpp b/apps/Gateway/Peer/Peer.cpp
index 717a1c62263..79ab12659b3 100644
--- a/apps/Gateway/Peer/Peer.cpp
+++ b/apps/Gateway/Peer/Peer.cpp
@@ -75,8 +75,8 @@ Peer_Handler::transmit (ACE_Message_Block *mb,
// Initialize the header.
new (&event->header_) Event_Header (n,
this->connection_id_,
- event_type,
- 0);
+ 0,
+ event_type);
// Convert all the fields into network byte order.
event->header_.encode ();