Commit 46d9e84
committed
tlshd: Don't set errno in tlshd_keyring_link_session()
- No caller ever examines the return value for
tlshd_keyring_link_session(), thus the errno set here is always
ignored.
- The errno values set here are not documented.
Clean up by removing set-but-unexamined variables.
Signed-off-by: Chuck Lever <[email protected]>1 parent 67ef5a5 commit 46d9e84
1 file changed
+0
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
258 | 258 | | |
259 | 259 | | |
260 | 260 | | |
261 | | - | |
262 | 261 | | |
263 | 262 | | |
264 | 263 | | |
265 | 264 | | |
266 | 265 | | |
267 | 266 | | |
268 | | - | |
269 | 267 | | |
270 | 268 | | |
271 | 269 | | |
| |||
0 commit comments