small correction in sync-core
diff --git a/src/sync-core.cc b/src/sync-core.cc
index 8c653f1..a4ddfc6 100644
--- a/src/sync-core.cc
+++ b/src/sync-core.cc
@@ -95,7 +95,7 @@
                                   bind(&SyncCore::sendSyncInterest, this),
                                   lexical_cast<string> (*m_rootHash));
 
-  sendSyncInterest();
+  //sendSyncInterest();
 }
 
 void