From 4d6b9611aea977ae5091391b3359af8c9dcab10b Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 30 Jan 2013 16:27:35 +0100 Subject: UpdateContainer: remove duplicate unlock call --- src/UpdateContainer.cxx | 1 - 1 file changed, 1 deletion(-) (limited to 'src') 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; } -- cgit v1.2.3