aboutsummaryrefslogtreecommitdiff
path: root/nxcomp/src/GenericRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'nxcomp/src/GenericRequest.cpp')
-rw-r--r--nxcomp/src/GenericRequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/nxcomp/src/GenericRequest.cpp b/nxcomp/src/GenericRequest.cpp
index c569d6a24..0cc0a4b34 100644
--- a/nxcomp/src/GenericRequest.cpp
+++ b/nxcomp/src/GenericRequest.cpp
@@ -182,7 +182,7 @@ int GenericRequestStore::parseIdentity(Message *message, const unsigned char *bu
{
if ((i * 2 + 4) < size)
{
- genericRequest -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian);
+ genericRequest -> data[i] = GetUINT(buffer + i * 2 + 4, bigEndian);
#ifdef DEBUG
*logofs << name() << ": Parsed data[" << i << "] "