EVENT Client: parametrize when to close the fd on detach or not
[citadel.git] / citadel / modules / pop3client / serv_pop3client.c
index 44ddd7772599a0bb81122bff1fcb7d634fd082a3..599a35e69f396fd994c6621a78cd50f283d0d705 100644 (file)
@@ -575,7 +575,7 @@ eNextState POP3C_ReadMessageBody(pop3aggr *RecvMsg)
        EVP3CM_syslog(LOG_DEBUG, "Converting message...");
        RecvMsg->CurrMsg->Msg =
                convert_internet_message_buf(&RecvMsg->IO.ReadMsg->MsgBuf);
-       StopClientWatchers(IO);
+       StopClientWatchers(IO, 0);
        return QueueDBOperation(&RecvMsg->IO, POP3C_SaveMsg);
 }