fix an error

This commit is contained in:
Andrew Pamment 2018-01-29 17:31:34 +10:00
parent fcd209a8a7
commit ebc815e6b1

View File

@ -446,7 +446,7 @@ int l_postMessage(lua_State *L) {
JAM_PutSubfield(jsp, &jsf);
jmh.MsgIdCRC = JAM_Crc32(buffer, strlen(buffer));
} else if (conf.mail_conferences[confr]->mail_areas[confr]->type == TYPE_NETMAIL_AREA) {
} else if (conf.mail_conferences[confr]->mail_areas[area]->type == TYPE_NETMAIL_AREA) {
JAM_DelSubPacket(jsp);
JAM_CloseMB(jb);
return 0;