From ae47afad9f4405b056d2b23878de1519a8acbb7f Mon Sep 17 00:00:00 2001 From: P2P-Next Date: Mon, 9 Aug 2010 22:18:50 +0300 Subject: [PATCH] instrumentation/hrktorrent: make hrk run (uncomment previously test-friendly comments) --- instrumentation/hrktorrent/main.cpp | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/instrumentation/hrktorrent/main.cpp b/instrumentation/hrktorrent/main.cpp index 4fcf246..b59f692 100644 --- a/instrumentation/hrktorrent/main.cpp +++ b/instrumentation/hrktorrent/main.cpp @@ -146,8 +146,7 @@ main(int argc, char* argv[]) Core = new CCore(argc, argv); parseargs(argc, argv); -// runstate = Core->Run(); + runstate = Core->Run(); -// return runstate; - return 0; + return runstate; } -- 2.20.1