increase array of error messages
[citadel.git] / citadel / modules / smtp / smtp_clienthandlers.h
index 57ade0c609c703491b53438d9ebc72e2c675aa7a..114da94e731ef12048e9ba45deb2e2ae92c9fb56 100644 (file)
@@ -52,7 +52,7 @@ typedef eNextState (*SMTPSendHandler)(SmtpOutMsg *Msg);
 
 SMTPReadHandler ReadHandlers[eMaxSMTPC];
 SMTPSendHandler SendHandlers[eMaxSMTPC];
-const ConstStr ReadErrors[eMaxSMTPC];
+const ConstStr ReadErrors[eMaxSMTPC+1];
 const double SMTP_C_ReadTimeouts[eMaxSMTPC];
 const double SMTP_C_SendTimeouts[eMaxSMTPC];
 const double SMTP_C_ConnTimeout;