From 5873d8b5a72f11fc30b11d0e4a7de7541757036d Mon Sep 17 00:00:00 2001 From: "C. McEnroe" Date: Thu, 23 Jul 2020 14:20:29 -0400 Subject: Remove tls_close error handling It seems that sometimes tls_close returns non-zero but tls_error returns a null string... We're exiting anyway, so just ignore it. --- irc.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/irc.c b/irc.c index dce1358..63655ed 100644 --- a/irc.c +++ b/irc.c @@ -289,7 +289,6 @@ void ircRecv(void) { } void ircClose(void) { - int error = tls_close(client); - if (error) errx(EX_IOERR, "tls_close: %s", tls_error(client)); + tls_close(client); tls_free(client); } -- cgit 1.4.1 >master dontfiles
summary refs log tree commit diff
path: root/www/photo.causal.agency/2024-09-07/lens (unfollow)
Commit message (Expand)Author
104 min.Add ability to specify chemistryJune McEnroe
4 daysExpand regular expressionJune McEnroe
4 daysLet -n prevent postingJune McEnroe
4 daysDehtml pronoun fieldsJune McEnroe
2025-12-10Add Rose/HouseJune McEnroe
2025-11-19Bilingualize pronouns regexJune McEnroe
2025-11-19Hardcode a follower IDJune McEnroe
2025-11-18Add pronouns bot scriptJune McEnroe
2025-08-27Update DESCRIPTION of myselfJune McEnroe
2025-08-18Publish "time"June McEnroe
2025-08-18Add a bunch of film roll metadataJune McEnroe
2025-08-18Add a draftJune McEnroe