Try harder to not reply to errors. Dunno.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4456 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
Cory McWilliams 2023-09-09 14:28:06 +00:00
parent 645aafef16
commit e83e665db9

View File

@ -1556,7 +1556,7 @@ static void _tf_ssb_connection_rpc_recv(tf_ssb_connection_t* connection, uint8_t
break;
}
}
if (!found)
if (!found && !_tf_ssb_name_equals(context, val, (const char*[]) { "Error", NULL }))
{
char buffer[256];
_tf_ssb_name_to_string(context, val, buffer, sizeof(buffer));