File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -731,12 +731,12 @@ task_process_status CoppOrch::processCoppRule(Consumer& consumer)
731
731
if (it.second .trap_group_obj == m_trap_group_map[trap_group_name])
732
732
{
733
733
trap_ids_to_reset.push_back (it.first );
734
- }
735
- sai_status = sai_hostif_api-> remove_hostif_trap (it. second . trap_obj );
736
- if (sai_status != SAI_STATUS_SUCCESS)
737
- {
738
- SWSS_LOG_ERROR ( " Failed to remove trap object % " PRId64 " " , it. second . trap_obj ) ;
739
- return task_process_status::task_failed;
734
+ sai_status = sai_hostif_api-> remove_hostif_trap (it. second . trap_obj );
735
+ if ( sai_status != SAI_STATUS_SUCCESS)
736
+ {
737
+ SWSS_LOG_ERROR ( " Failed to remove trap object % " PRId64 " " , it. second . trap_obj );
738
+ return task_process_status::task_failed ;
739
+ }
740
740
}
741
741
}
742
742
You can’t perform that action at this time.
0 commit comments