aboutsummaryrefslogtreecommitdiff
path: root/bpkg/drop.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'bpkg/drop.cxx')
-rw-r--r--bpkg/drop.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/bpkg/drop.cxx b/bpkg/drop.cxx
index 6728d09..87c475d 100644
--- a/bpkg/drop.cxx
+++ b/bpkg/drop.cxx
@@ -476,7 +476,7 @@ namespace bpkg
// always leave the configuration in a valid state.
//
transaction t (db.begin ());
- pkg_disfigure (c, t, p); // Commits the transaction.
+ pkg_disfigure (c, o, t, p); // Commits the transaction.
assert (p->state == package_state::unpacked);
if (verb)