Commit 48657c9
in_tail: fix error when files without read permission are included in glob patterns (#5161)
**Which issue(s) this PR fixes**:
Fixes #5152
**What this PR does / why we need it**:
It is referencing an uninitialized instance variable for Linux
Capability feature, causing an error.
This PR will fix the bug.
**Docs Changes**:
N/A
**Release Note**:
* in_tail: fix error preventing the use of Linux Capability feature
---------
Signed-off-by: Shizuo Fujita <[email protected]>
Signed-off-by: Kentaro Hayashi <[email protected]>1 parent efdc4dc commit 48657c9
2 files changed
+17
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
| 62 | + | |
62 | 63 | | |
63 | 64 | | |
64 | 65 | | |
| |||
195 | 196 | | |
196 | 197 | | |
197 | 198 | | |
198 | | - | |
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2648 | 2648 | | |
2649 | 2649 | | |
2650 | 2650 | | |
| 2651 | + | |
| 2652 | + | |
| 2653 | + | |
| 2654 | + | |
| 2655 | + | |
| 2656 | + | |
| 2657 | + | |
| 2658 | + | |
| 2659 | + | |
| 2660 | + | |
| 2661 | + | |
| 2662 | + | |
| 2663 | + | |
| 2664 | + | |
| 2665 | + | |
| 2666 | + | |
2651 | 2667 | | |
2652 | 2668 | | |
2653 | 2669 | | |
| |||
0 commit comments