aboutsummaryrefslogtreecommitdiffstats
path: root/driver.c
diff options
context:
space:
mode:
Diffstat (limited to 'driver.c')
-rw-r--r--driver.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/driver.c b/driver.c
index c63793d4..41b0b91d 100644
--- a/driver.c
+++ b/driver.c
@@ -1114,7 +1114,7 @@ static int readbody(int sock, struct query *ctl, flag forward, int len)
msglen += linelen;
if (ctl->mimedecode && (ctl->mimemsg & MSG_NEEDS_DECODE)) {
- issoftline = UnMimeBodyline(&inbufp, (protocol->delimited && issoftline));
+ issoftline = UnMimeBodyline(&inbufp, protocol->delimited, issoftline);
if (issoftline && (sizeof(buf)-1-(inbufp-buf) < 200))
{
/*