commit a80b99e21fc857df67ec90b2b3d86ea3b87de4b1 from: Stefan Sperling date: Mon Mar 24 16:37:36 2025 UTC remove a duplicate imsgbuf_clear() call commit - c82b772cec8b87e850bf1f7f6ce616ac189579af commit + a80b99e21fc857df67ec90b2b3d86ea3b87de4b1 blob - 15dd351361fd1d2375c7a06b7850a4048a918aac blob + f06984f06c2074ba4adb6f22a5e23bfe021c08cc --- gotd/gotd.c +++ gotd/gotd.c @@ -2125,7 +2125,6 @@ connect_session(struct gotd_client *client) * Further client requests will be handled by the session process. */ imsgbuf_clear(&client->iev.ibuf); - imsgbuf_clear(&client->iev.ibuf); event_del(&client->iev.ev); client->fd = -1; /* will be closed via copy in client->iev.ibuf.fd */