#2214 diff_string_lists should use const char ** for input parameters
Closed: Invalid None Opened 10 years ago by jhrozek.

The function diff_string_lists should use const char * for input parameters before they don't have to be modified in any way. Using char results in code that can't use constant arrays without hacks like discard_const.


Fields changed

summary: diff_string_lists should use const chat for input parameters => diff_string_lists should use const char for input parameters

Fields changed

rhbz: => 0

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.11.5

Fields changed

owner: somebody => mzidek
status: new => assigned

Refactoring shouldn't block 1.11.5 release.

milestone: SSSD 1.11.5 => SSSD 1.8.7 (LTM)

Wrong milestone, sorry.

milestone: SSSD 1.8.7 (LTM) => SSSD 1.11.6

Fields changed

resolution: => wontfix
status: assigned => closed

Metadata Update from @jhrozek:
- Issue assigned to mzidek
- Issue set to the milestone: SSSD 1.11.6

7 years ago

SSSD is moving from Pagure to Github. This means that new issues and pull requests
will be accepted only in SSSD's github repository.

This issue has been cloned to Github and is available here:
- https://github.com/SSSD/sssd/issues/3256

If you want to receive further updates on the issue, please navigate to the github issue
and click on subscribe button.

Thank you for understanding. We apologize for all inconvenience.

Login to comment on this ticket.

Metadata