Remove Socket.info.

git-svn-id: https://www.unprompted.com/svn/projects/tildefriends/trunk@4312 ed5197a5-7fde-0310-b194-c3ffbd925b24
This commit is contained in:
2023-05-23 22:47:25 +00:00
parent dd61a6ecc3
commit 0cf4118330
2 changed files with 1 additions and 19 deletions

View File

@ -1755,7 +1755,7 @@ static void _tf_ssb_connection_dispatch_scheduled(tf_ssb_connection_t* connectio
}
}
void _tf_ssb_connection_destroy(tf_ssb_connection_t* connection, const char* reason)
static void _tf_ssb_connection_destroy(tf_ssb_connection_t* connection, const char* reason)
{
tf_ssb_t* ssb = connection->ssb;
if (!connection->destroy_reason)