Getting assert to trigger.
This commit is contained in:
parent
f0d6474f16
commit
be6c8715e4
1 changed files with 1 additions and 1 deletions
|
@ -4278,7 +4278,7 @@ void rai::rpc_connection::write_result (std::string body, unsigned version)
|
|||
}
|
||||
else
|
||||
{
|
||||
assert ("RPC already responded and should only respond once");
|
||||
assert (false && "RPC already responded and should only respond once");
|
||||
// Guards `res' from being clobbered while async_write is being serviced
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue