mirror of
https://github.com/privatevoid-net/nix-super.git
synced 2024-11-22 22:16:16 +02:00
Merge pull request #9997 from pg83/patch-1
Update nar-info-disk-cache.cc
This commit is contained in:
commit
9d87f25673
1 changed files with 1 additions and 1 deletions
|
@ -209,7 +209,7 @@ public:
|
||||||
|
|
||||||
{
|
{
|
||||||
auto r(state->insertCache.use()(uri)(time(0))(storeDir)(wantMassQuery)(priority));
|
auto r(state->insertCache.use()(uri)(time(0))(storeDir)(wantMassQuery)(priority));
|
||||||
assert(r.next());
|
if (!r.next()) { abort(); }
|
||||||
ret.id = (int) r.getInt(0);
|
ret.id = (int) r.getInt(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue