diff options
author | Guillem Jover <guillem@debian.org> | 2008-03-25 04:45:54 +0200 |
---|---|---|
committer | Guillem Jover <guillem@debian.org> | 2008-03-25 04:45:54 +0200 |
commit | c00657d4f51a63de77146a28d1f60ce23fbf3e51 (patch) | |
tree | 32d389ec180f2ea52106b496eae61d129d162b6c /src | |
parent | ac7509f212599818cd262e113928f927a9aff5d2 (diff) | |
download | dpkg-c00657d4f51a63de77146a28d1f60ce23fbf3e51.tar.gz |
libdpkg: Remove unused argument from unlockdatabase
Diffstat (limited to 'src')
-rw-r--r-- | src/update.c | 2 |
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) |