Removed debugging on new dupecheck
This commit is contained in:
parent
f31abf0768
commit
a8ad268c00
@ -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.
|
* timestamp check without the seconds.
|
||||||
*/
|
*/
|
||||||
ddate = mdate - (mdate % 60);
|
ddate = mdate - (mdate % 60);
|
||||||
Syslog('m', "dtime=%d, mtime=%d", ddate, mdate);
|
|
||||||
crc = upd_crc32((char *)&ddate, crc, sizeof(ddate));
|
crc = upd_crc32((char *)&ddate, crc, sizeof(ddate));
|
||||||
|
|
||||||
// crc = upd_crc32((char *)&mdate, crc, sizeof(mdate));
|
|
||||||
|
|
||||||
if (msgid != NULL) {
|
if (msgid != NULL) {
|
||||||
crc = upd_crc32(msgid, crc, strlen(msgid));
|
crc = upd_crc32(msgid, crc, strlen(msgid));
|
||||||
} else {
|
} else {
|
||||||
|
Reference in New Issue
Block a user