UpdateContainer: remove duplicate unlock call
This commit is contained in:
parent
16afdfd874
commit
4d6b9611ae
@ -52,7 +52,6 @@ make_directory_if_modified(Directory *parent, const char *name,
|
|||||||
if (directory != NULL) {
|
if (directory != NULL) {
|
||||||
if (directory->mtime == st->st_mtime && !walk_discard) {
|
if (directory->mtime == st->st_mtime && !walk_discard) {
|
||||||
/* not modified */
|
/* not modified */
|
||||||
db_unlock();
|
|
||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user