summaryrefslogtreecommitdiffstats
path: root/src/Server/Requests/CommandRequest.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/Server/Requests/CommandRequest.h')
-rw-r--r--src/Server/Requests/CommandRequest.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/Server/Requests/CommandRequest.h b/src/Server/Requests/CommandRequest.h
index feb33be..8221b14 100644
--- a/src/Server/Requests/CommandRequest.h
+++ b/src/Server/Requests/CommandRequest.h
@@ -34,8 +34,7 @@ class CommandRequest : public Common::Request {
virtual void sendRequest();
public:
- CommandRequest(Common::Connection *connection, uint16_t requestId, slot_type slot, bool reboot0)
- : Common::Request(connection, requestId, slot), reboot(reboot0) {}
+ CommandRequest(bool reboot0) : reboot(reboot0) {}
};
}