summaryrefslogtreecommitdiff
path: root/ndb/src/common/transporter/Transporter.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'ndb/src/common/transporter/Transporter.cpp')
-rw-r--r--ndb/src/common/transporter/Transporter.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/ndb/src/common/transporter/Transporter.cpp b/ndb/src/common/transporter/Transporter.cpp
index 7a469252c00..e68bc86718e 100644
--- a/ndb/src/common/transporter/Transporter.cpp
+++ b/ndb/src/common/transporter/Transporter.cpp
@@ -32,7 +32,7 @@ Transporter::Transporter(TransporterRegistry &t_reg,
NodeId rNodeId,
int _byteorder,
bool _compression, bool _checksum, bool _signalId)
- : m_r_port(r_port), localNodeId(lNodeId), remoteNodeId(rNodeId),
+ : m_r_port(r_port), remoteNodeId(rNodeId), localNodeId(lNodeId),
isServer(lNodeId < rNodeId),
m_packer(_signalId, _checksum),
m_transporter_registry(t_reg)