Commit d4e4d8b
committed
MecOrchestrator: Fix contextIdCounter never being incremented
contextIdCounter was never incremented after inserting a new MEC app
into meAppMap, causing every app to reuse key 0 and silently overwrite
the previous entry. Also removed a duplicate assignment block that
preceded the map insertion.1 parent 8ce1e66 commit d4e4d8b
1 file changed
Lines changed: 2 additions & 6 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
246 | 246 | | |
247 | 247 | | |
248 | 248 | | |
| 249 | + | |
249 | 250 | | |
250 | 251 | | |
251 | 252 | | |
| |||
254 | 255 | | |
255 | 256 | | |
256 | 257 | | |
257 | | - | |
258 | | - | |
259 | | - | |
260 | | - | |
261 | | - | |
262 | | - | |
| 258 | + | |
263 | 259 | | |
264 | 260 | | |
265 | 261 | | |
| |||
0 commit comments