Removed debugging on new dupecheck

This commit is contained in:
Michiel Broek 2002-12-15 12:51:30 +00:00
parent f31abf0768
commit a8ad268c00

View File

@ -253,11 +253,8 @@ int postecho(faddr *p_from, faddr *f, faddr *t, char *orig, char *subj, time_t m
* timestamp check without the seconds.
*/
ddate = mdate - (mdate % 60);
Syslog('m', "dtime=%d, mtime=%d", ddate, mdate);
crc = upd_crc32((char *)&ddate, crc, sizeof(ddate));
// crc = upd_crc32((char *)&mdate, crc, sizeof(mdate));
if (msgid != NULL) {
crc = upd_crc32(msgid, crc, strlen(msgid));
} else {