diff options
author | Max Kellermann <max@duempel.org> | 2013-01-30 16:27:35 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-30 16:27:38 +0100 |
commit | 4d6b9611aea977ae5091391b3359af8c9dcab10b (patch) | |
tree | 1eb5e354f7f8c56c441bebdd53b3eb708ef330f5 | |
parent | 16afdfd8747a1bd5af2d1acb4e0845bf9d0b89e7 (diff) | |
download | mpd-4d6b9611aea977ae5091391b3359af8c9dcab10b.tar.gz mpd-4d6b9611aea977ae5091391b3359af8c9dcab10b.tar.xz mpd-4d6b9611aea977ae5091391b3359af8c9dcab10b.zip |
UpdateContainer: remove duplicate unlock call
Diffstat (limited to '')
-rw-r--r-- | src/UpdateContainer.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/UpdateContainer.cxx b/src/UpdateContainer.cxx index f24a1848a..27ee89bae 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; } |