Commit ddf9090
committed
BUG/MINOR: fix nil pointer in refreshCerts
If the certificate file exists, but is not in use, crt is nil and instance.Reload panics
panic: runtime error: invalid memory address or nil pointer dereference1 parent 853d66e commit ddf9090
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
199 | 199 | | |
200 | 200 | | |
201 | 201 | | |
202 | | - | |
| 202 | + | |
203 | 203 | | |
204 | 204 | | |
205 | 205 | | |
| |||
0 commit comments