You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Code explicitly ignores DB result limit defined in lhsm_remove parameter
source file is policy_run.c (lines 1963 - 1964)
if (!p_pol_info->descr->manage_deleted)
opt.list_count_max = p_pol_info->config->db_request_limit;
What is the historical reason for this if statement ?
The text was updated successfully, but these errors were encountered:
Code explicitly ignores DB result limit defined in lhsm_remove parameter
source file is policy_run.c (lines 1963 - 1964)
if (!p_pol_info->descr->manage_deleted)
opt.list_count_max = p_pol_info->config->db_request_limit;
What is the historical reason for this if statement ?
The text was updated successfully, but these errors were encountered: