mirror of
https://github.com/XRPLF/rippled.git
synced 2025-11-20 11:05:54 +00:00
Fix a bug in rpc subscribe.
This commit is contained in:
@@ -64,8 +64,6 @@ void RPCSub::sendThread()
|
||||
{
|
||||
cLog(lsDEBUG) << boost::str(boost::format("callRPC exception: %s") % e.what());
|
||||
}
|
||||
|
||||
sendThread();
|
||||
}
|
||||
} while (bSend);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user