summaryrefslogtreecommitdiffstats
path: root/src/Server/Requests/CommandRequest.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/Requests/CommandRequest.cpp')
-rw-r--r--src/Server/Requests/CommandRequest.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Server/Requests/CommandRequest.cpp b/src/Server/Requests/CommandRequest.cpp
index 2a84840..51e7b1d 100644
--- a/src/Server/Requests/CommandRequest.cpp
+++ b/src/Server/Requests/CommandRequest.cpp
@@ -24,7 +24,7 @@ namespace Server {
namespace Requests {
void CommandRequest::sendRequest() {
- Common::XmlPacket packet;
+ Common::XmlData packet;
packet.setType("Command");
packet.set("command", reboot ? "reboot" : "shutdown");