Commit 8c4ec8c
committed
Load: fix dependency fixup when 'before' is present
Fix transfer of 'before' dependency links from dummy service to real
service during service load. A mistake in the loop logic potentially
dropped some 'before' links (leaving them pointing at the dummy record,
which would later become invalid) and/or bumped an iterator
past-the-end.1 parent a1dd15e commit 8c4ec8c
1 file changed
+4
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
982 | 982 | | |
983 | 983 | | |
984 | 984 | | |
985 | | - | |
| 985 | + | |
986 | 986 | | |
987 | 987 | | |
988 | 988 | | |
989 | | - | |
| 989 | + | |
| 990 | + | |
| 991 | + | |
990 | 992 | | |
991 | 993 | | |
992 | 994 | | |
| |||
0 commit comments