]> git.ipfire.org Git - thirdparty/dovecot/core.git/commitdiff
outlook-no-nuls workaround fix
authorTimo Sirainen <tss@iki.fi>
Mon, 12 Jul 2004 18:14:45 +0000 (21:14 +0300)
committerTimo Sirainen <tss@iki.fi>
Mon, 12 Jul 2004 18:14:45 +0000 (21:14 +0300)
--HG--
branch : HEAD

src/pop3/commands.c

index 0dc1d61215347c23f85abca9c8855ef4be094e48..2a8a71c7c8c1404f488868ee2bba2248a96c4a35 100644 (file)
@@ -246,6 +246,7 @@ static void stream_send_escaped(struct ostream *output, struct istream *input,
                                   (client_workarounds &
                                    WORKAROUND_OUTLOOK_NO_NULS) != 0) {
                                add = '\x80';
+                               break;
                        }
                }