Fix a bug in rpc subscribe.

This commit is contained in:
Arthur Britto
2012-12-30 18:24:25 -08:00
parent 2d3994d1d3
commit c785b5bb92

View File

@@ -64,8 +64,6 @@ void RPCSub::sendThread()
{ {
cLog(lsDEBUG) << boost::str(boost::format("callRPC exception: %s") % e.what()); cLog(lsDEBUG) << boost::str(boost::format("callRPC exception: %s") % e.what());
} }
sendThread();
} }
} while (bSend); } while (bSend);
} }