aboutsummaryrefslogtreecommitdiff
path: root/daemon/Sender.cpp
diff options
context:
space:
mode:
authorDrew Richardson <drew.richardson@arm.com>2012-03-01 12:00:00 -0800
committerDrew Richardson <drew.richardson@arm.com>2014-12-19 15:24:06 -0800
commit3de04f9cecf0d50e895f9fe0164ecbbbae997319 (patch)
tree9bc04b0b4ad5b313559479d6bd12942961017b7d /daemon/Sender.cpp
parent689b7539711ab098911503808cc3e24307d9bcf7 (diff)
gator: Version 5.95.9
Signed-off-by: Drew Richardson <drew.richardson@arm.com>
Diffstat (limited to 'daemon/Sender.cpp')
-rw-r--r--daemon/Sender.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/daemon/Sender.cpp b/daemon/Sender.cpp
index c547d67..9792c36 100644
--- a/daemon/Sender.cpp
+++ b/daemon/Sender.cpp
@@ -1,5 +1,5 @@
/**
- * Copyright (C) ARM Limited 2010-2011. All rights reserved.
+ * Copyright (C) ARM Limited 2010-2012. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify
* it under the terms of the GNU General Public License version 2 as
@@ -41,7 +41,7 @@ Sender::Sender(OlySocket* socket) {
char magic[] = {'G', 'A', 'T', 'O', 'R', '\n'};
dataSocket->send(magic, sizeof(magic));
- gSessionData.mWaitingOnCommand = true;
+ gSessionData->mWaitingOnCommand = true;
logg->logMessage("Completed magic sequence");
}