summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGuillem Jover <guillem@debian.org>2008-03-25 04:45:54 +0200
committerGuillem Jover <guillem@debian.org>2008-03-25 04:45:54 +0200
commitc00657d4f51a63de77146a28d1f60ce23fbf3e51 (patch)
tree32d389ec180f2ea52106b496eae61d129d162b6c /src
parentac7509f212599818cd262e113928f927a9aff5d2 (diff)
downloaddpkg-c00657d4f51a63de77146a28d1f60ce23fbf3e51.tar.gz
libdpkg: Remove unused argument from unlockdatabase
Diffstat (limited to 'src')
-rw-r--r--src/update.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/update.c b/src/update.c
index 1b14cb3c3..b1b59a237 100644
--- a/src/update.c
+++ b/src/update.c
@@ -87,7 +87,7 @@ void updateavailable(const char *const *argv) {
if (!f_noact) {
writedb(vb.buf,1,0);
- unlockdatabase(admindir);
+ unlockdatabase();
}
if (cipaction->arg != act_avclear)