Skip to content

Commit

Permalink
update model
Browse files Browse the repository at this point in the history
  • Loading branch information
smgrol committed Nov 28, 2023
1 parent 9638779 commit e9aaa37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osquery/tables/system/linux/block_devices.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ static void getBlockDevice(struct udev_device* dev,
lvm_t lvm = lvm_init(nullptr);
if (lvm != nullptr) {
populatePVChildren(lvm, name, r["uuid"], lvm_lv2pv);
lvm_quit(lvm);
lvm_quit(lvm);
}
}
}
Expand Down

0 comments on commit e9aaa37

Please sign in to comment.