Commit 2491788
committed
(FACT-3154) Updates socket parser error handling
Prior to this commit, the `mac_from` method would implicitly
return a logging object when rescuing an error when it should
return nil.
This commit updates the method to correctly return nil when
rescuing an error, which fixes some failing tests in Ruby >= 3.2.0.1 parent 3357ca5 commit 2491788
1 file changed
+1
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
88 | 88 | | |
89 | 89 | | |
90 | 90 | | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| |||
0 commit comments