Commit 4d6b9611 authored by Max Kellermann's avatar Max Kellermann

UpdateContainer: remove duplicate unlock call

parent 16afdfd8
......@@ -52,7 +52,6 @@ make_directory_if_modified(Directory *parent, const char *name,
if (directory != NULL) {
if (directory->mtime == st->st_mtime && !walk_discard) {
/* not modified */
db_unlock();
return NULL;
}
......
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