#1453 proxy provider: value stored to status is never read in get_pw_name
Closed: Fixed None Opened 11 years ago by jhrozek.

62  pwd = talloc_zero(tmpctx, struct passwd);
63  if (!pwd) {
64  ret = ENOMEM;
65  status = NSS_STATUS_TRYAGAIN;
66  goto done;
67  }
68  
69  buflen = DEFAULT_BUFSIZE;
70  buffer = talloc_size(tmpctx, buflen);
71  if (!buffer) {
72  ret = ENOMEM;
73  status = NSS_STATUS_TRYAGAIN;

Value stored to 'status' is never read
74  goto done;
75  }
76

Fields changed

status: new => assigned

Fields changed

patch: 0 => 1

master: d91efce

resolution: => fixed
status: assigned => closed

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.9.0 RC1

Fields changed

rhbz: => 0

Metadata Update from @jhrozek:
- Issue assigned to okos
- Issue set to the milestone: SSSD 1.9.0 beta 7

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

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