#2470 refactor create_pipe_fd()
Closed: Fixed None Opened 9 years ago by preichl.

  • consider checking return value of unlink (must allow ENOENT, log other values?)
  • check for listen() and bind() failure in the same form (eg. '== -1')
  • refrain from using output parameter 'fd' inside function, use local variable and return output in '_fd'

Fields changed

patch: 0 => 1

This is a cleanup after the first round of patches for #2370 landed. Moving to 1.12.3

milestone: NEEDS_TRIAGE => SSSD 1.12.3

resolution: => fixed
status: new => closed

Fields changed

rhbz: => 0

Metadata Update from @preichl:
- Issue assigned to preichl
- Issue set to the milestone: SSSD 1.12.3

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/3512

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