I think this fixes some blob replication bugs. Going to test more.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4099 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-01-02 00:33:11 +00:00
parent 5342ddb2bd
commit f257cccded
2 changed files with 54 additions and 29 deletions

View File

@ -1182,7 +1182,6 @@ static void _tf_ssb_connection_rpc_recv(tf_ssb_connection_t* connection, uint8_t
{
if (_tf_ssb_name_equals(context, val, it->name))
{
printf("called it\n");
it->callback(connection, flags, request_number, val, NULL, 0, it->user_data);
found = true;
break;