Commit 07e9aa6
committed
flux-fsck: fix error message output
Problem: An error check inadvertently checks `errno` when it
should check the stored errnum in a data structure. This leads
to an invalid error message output.
Fix the error check to ensure the correct error message is output.
Fixes #68601 parent 128e84a commit 07e9aa6
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
147 | 147 | | |
148 | 148 | | |
149 | 149 | | |
150 | | - | |
| 150 | + | |
151 | 151 | | |
152 | 152 | | |
153 | 153 | | |
| |||
0 commit comments