aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-30 16:27:35 +0100
committerMax Kellermann <max@duempel.org>2013-01-30 16:27:38 +0100
commit4d6b9611aea977ae5091391b3359af8c9dcab10b (patch)
tree1eb5e354f7f8c56c441bebdd53b3eb708ef330f5
parent16afdfd8747a1bd5af2d1acb4e0845bf9d0b89e7 (diff)
UpdateContainer: remove duplicate unlock call
-rw-r--r--src/UpdateContainer.cxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UpdateContainer.cxx b/src/UpdateContainer.cxx
index f24a1848..27ee89ba 100644
--- a/src/UpdateContainer.cxx
+++ b/src/UpdateContainer.cxx
@@ -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;
}