commit b11b05b7ee0fbffb5aabb6aaed72b1c7656198eb from: Stefan Sperling via: Thomas Adam date: Fri Mar 21 13:22:46 2025 UTC remove duplicate break statement commit - 2880100ab9ccb2f797b41e2c8c615e947eb42f77 commit + b11b05b7ee0fbffb5aabb6aaed72b1c7656198eb blob - 8ab93f57b38a1436a2f09373f54f92d6d3f6aa96 blob + a9dc9ee38effdd4e894d343d46e013bc5085b23b --- gotd/session_write.c +++ gotd/session_write.c @@ -1843,7 +1843,6 @@ session_dispatch(int fd, short event, void *arg) gotd_session.num_notification_refs_needed = npaths; gotd_session.num_notification_refs_received = 0; break; - break; case GOTD_IMSG_NOTIFICATION_REFS_ELEM: case GOTD_IMSG_NOTIFICATION_REF_NAMESPACES_ELEM: if (gotd_session.notification_refs_cur == NULL ||