Fixing a bug with MIME entity hashing.

This commit is contained in:
Seth Hall 2011-06-19 02:24:48 -04:00
parent ed3b0bb0bd
commit 1ac65f44d2

View file

@ -73,6 +73,6 @@ event mime_end_entity(c: connection) &priority=-3
c$mime$md5 = md5_hash_finish(c$id); c$mime$md5 = md5_hash_finish(c$id);
NOTICE([$note=MD5, $msg=fmt("Calculated a hash for a MIME entity from %s", c$id$orig_h), NOTICE([$note=MD5, $msg=fmt("Calculated a hash for a MIME entity from %s", c$id$orig_h),
$sub=c$http$md5, $conn=c]); $sub=c$mime$md5, $conn=c]);
} }
} }