From e83e665db9f5e29528989ba68d0f8f8c2932cc96 Mon Sep 17 00:00:00 2001 From: Cory McWilliams Date: Sat, 9 Sep 2023 14:28:06 +0000 Subject: [PATCH] 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 --- src/ssb.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ssb.c b/src/ssb.c index 5952b6da..649521e2 100644 --- a/src/ssb.c +++ b/src/ssb.c @@ -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));