summaryrefslogtreecommitdiff
path: root/src/anyrtpproxy/anyrtpproxy.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/anyrtpproxy/anyrtpproxy.cpp')
-rw-r--r--src/anyrtpproxy/anyrtpproxy.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/anyrtpproxy/anyrtpproxy.cpp b/src/anyrtpproxy/anyrtpproxy.cpp
index e0519b0..bbfd412 100644
--- a/src/anyrtpproxy/anyrtpproxy.cpp
+++ b/src/anyrtpproxy/anyrtpproxy.cpp
@@ -45,6 +45,7 @@
#include "../syncCommand.h"
#include "../syncQueue.h"
#include "../syncClient.h"
+//#include "../syncOnConnect.h"
#include "../threadUtils.hpp"
@@ -311,7 +312,7 @@ void syncListener(SyncQueue * queue)
SyncServer server(io_service,e);
- server.onConnect=boost::bind(syncOnConnect,_1);
+// server.onConnect=boost::bind(syncOnConnect,_1);
queue->setSyncServerPtr(&server);
io_service.run();
}