]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
lib-mail: ostream-dot - Add missing default case
authorAki Tuomi <aki.tuomi@open-xchange.com>
Mon, 26 Jan 2026 12:39:59 +0000 (14:39 +0200)
committeraki.tuomi <aki.tuomi@open-xchange.com>
Fri, 6 Feb 2026 13:08:57 +0000 (13:08 +0000)
src/lib-mail/ostream-dot.c

index 2359804c71caf8bfc0799c04bd126bdcfd25c02b..f8e03e5473084929bc71a9b857ea7f349a4896c1 100644 (file)
@@ -125,6 +125,8 @@ o_stream_dot_sendv(struct ostream_private *stream,
                                case '\r':
                                        dstream->state = STREAM_STATE_CR;
                                        break;
+                               default:
+                                       break;
                                }
                                break;
                        /* got CR */