forked from cory/tildefriends
More room robustifying?
git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4470 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
parent
02dd8c3dd0
commit
51301fc49e
@ -283,15 +283,7 @@ void _tf_ssb_rpc_tunnel_callback(tf_ssb_connection_t* connection, uint8_t flags,
|
|||||||
tunnel_t* tun = user_data;
|
tunnel_t* tun = user_data;
|
||||||
if (flags & k_ssb_rpc_flag_end_error)
|
if (flags & k_ssb_rpc_flag_end_error)
|
||||||
{
|
{
|
||||||
tf_ssb_connection_rpc_send(
|
tf_ssb_connection_remove_request(connection, request_number);
|
||||||
connection,
|
|
||||||
flags,
|
|
||||||
-request_number,
|
|
||||||
(const uint8_t*)"false",
|
|
||||||
strlen("false"),
|
|
||||||
NULL,
|
|
||||||
NULL,
|
|
||||||
NULL);
|
|
||||||
tf_ssb_connection_close(tun->connection);
|
tf_ssb_connection_close(tun->connection);
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user