#525 Useless variable in pc_init_timeout()
Closed: Fixed Opened by sgallagh.

From Coverity:

  460static void pc_init_timeout(struct tevent_context *ev,
  461                            struct tevent_timer *te,
  462                            struct timeval t, void *ptr)
  463{
  464    struct tevent_req *req;
  465    struct pc_init_ctx *state;
  466
  467    DEBUG(2, ("Client timed out before Identification!\n"));
  468
  469    req = talloc_get_type(ptr, struct tevent_req);
Pointer "state" returned by "_talloc_get_type_abort(_tevent_req_data(req), &"struct pc_init_ctx", &"providers/proxy/proxy.c:470")" is never used.
  470    state = tevent_req_data(req, struct pc_init_ctx);
  471
  472    tevent_req_error(req, ETIMEDOUT);
  473}

Fields changed

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

Fields changed

milestone: NEEDS_TRIAGE => SSSD 1.2.1

Fields changed

keywords: => coverity

Fixed by ec79ebede424ad301cf128f5c774f8557b0c7f0d

resolution: => fixed
status: assigned => closed

Fields changed

fixedin: => 1.2.1

Fields changed

rhbz: => 0

Metadata Update from @sgallagh:
- Issue assigned to sgallagh
- Issue set to the milestone: SSSD 1.2.1

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

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.

Metadata