Commit 472eafcd authored by Geoff Simmons's avatar Geoff Simmons

Bugfix: mtime nanoseconds may be 0.

parent d1bd82bd
......@@ -453,7 +453,6 @@ vmod_reader__init(VRT_CTX, struct VPFX(file_reader) **rdrp,
AZ(rdr->flags & RDR_DELETED);
AN(rdr->addr);
AN(rdr->info->mtime.tv_sec);
AN(rdr->info->mtime.tv_nsec);
*rdrp = rdr;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment