Commit f7760af
authored
Prevent fixed-address resolutions from ending (#945)
When a controller client is configured with a fixed IP address and not a
resolveable name, we build that client with a resolution that terminates
immediately after the client is configured with the fixed address. This
causes warnings to be emmited even though the client is configured
properly.
This change updates theses resolutions to avoid termination so these
warnings are not logged.1 parent acf250f commit f7760af
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
| 57 | + | |
| 58 | + | |
58 | 59 | | |
59 | 60 | | |
60 | 61 | | |
| |||
0 commit comments