summaryrefslogtreecommitdiffstats
path: root/src/madc.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/madc.cpp')
-rw-r--r--src/madc.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/madc.cpp b/src/madc.cpp
index 017b486..40bd51c 100644
--- a/src/madc.cpp
+++ b/src/madc.cpp
@@ -77,7 +77,7 @@ int main(int argc, char *argv[]) {
{
boost::unique_lock<boost::mutex> lock(commandMutex);
commandRunning = true;
- Common::RequestManager::get()->sendRequest<Common::Requests::IdentifyRequest>(connection, boost::bind(&commandFinished));
+ Common::RequestManager::get()->sendRequest0<Common::Requests::IdentifyRequest>(connection, boost::bind(&commandFinished));
while(commandRunning) {
commandNotify.wait(lock);
}