Commit 1dfaf8aa authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Editor-malfunction

parent 638e22ac
......@@ -125,7 +125,7 @@ vmod_fileread(struct sess *sp, struct vmod_priv *priv, const char *file_name)
if ((fd = open(file_name, O_RDONLY)) == -1)
return "";
AZ(fstat(fd, &buf)i);
AZ(fstat(fd, &buf));
AZ(pthread_rwlock_wrlock(&filelist_lock));
......
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