Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
cmd/snap-confine: fix usage of undefined pointer
The debug() line added a few commits ago was attempting to print the device major/minor from a structure that was only valid inside the scope of the `for` loop above. Fix this by printing the device IDs for the device that we are actually examining.
- Loading branch information