Merge pull request #12544 from mjstapp/fix_pathd_sa_pcep_config

pathd: fix SA warning in path_pcep_config
This commit is contained in:
Donald Sharp 2022-12-19 14:44:21 -05:00 committed by GitHub
commit ccbebd59ac

View File

@ -453,8 +453,7 @@ int path_pcep_config_update_path(struct path *path)
}
if (number_of_sid_clashed)
SET_FLAG(segment->segment_list->flags,
F_SEGMENT_LIST_SID_CONFLICT);
SET_FLAG(segment_list->flags, F_SEGMENT_LIST_SID_CONFLICT);
else
srte_apply_changes();