Skip to content
Snippets Groups Projects
Commit 2eda7395 authored by rswindell's avatar rswindell
Browse files

Bugfix: wasn't setting import date/time which was causing MSGID's to be

created with serialno's of all 0's.
parent bb4e44d1
No related branches found
No related tags found
No related merge requests found
......@@ -373,6 +373,7 @@ int main(int argc, char **argv)
memcpy(msg.hdr.id,"SHD\x1a",4);
msg.hdr.version=smb_ver();
msg.hdr.when_written.time=time(NULL);
msg.hdr.when_imported.time=time(NULL);
msg.hdr.offset=offset;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment