UpdateContainer: remove duplicate unlock call

This commit is contained in:
Max Kellermann 2013-01-30 16:27:35 +01:00
parent 16afdfd874
commit 4d6b9611ae

View File

@ -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;
}