Commit bb63de6
authored
CA-409949 CA-408048 XSI-1912 remove unavailable SM plugin by ref (#6490)
When we have multiple SM plugins in XAPI for the same type (which
happens only because of past problems) and want to remove the obsolete
one, do this iby reference. The code so far was assuming only one per
type and looked up the reference by name which was not unique and hence
could end up removing the wrong SM entry.1 file changed
+8
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
190 | | - | |
191 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
| 191 | + | |
| 192 | + | |
| 193 | + | |
192 | 194 | | |
193 | 195 | | |
194 | 196 | | |
| |||
0 commit comments