add eSendFile/eReadfile in the switchs where they are still missing.
[citadel.git] / citadel / modules / smtp / serv_smtpeventclient.c
index 0dbbf359c3291dca4707593091e91bf9313d7c18..498d94c882c9774f66a457814017794d28a9f178 100644 (file)
@@ -511,6 +511,7 @@ void SMTPSetTimeout(eNextState NextTCPState, SmtpOutMsg *pMsg)
        syslog(LOG_DEBUG, "SMTP: %s\n", __FUNCTION__);
 
        switch (NextTCPState) {
+       case eSendFile:
        case eSendReply:
        case eSendMore:
                Timeout = SMTP_C_SendTimeouts[pMsg->State];
@@ -532,6 +533,7 @@ void SMTPSetTimeout(eNextState NextTCPState, SmtpOutMsg *pMsg)
        case eSendDNSQuery:
        case eReadDNSReply:
        case eDBQuery:
+       case eReadFile:
        case eReadMore:
        case eReadPayload:
        case eConnect: