Skip to content

Commit

Permalink
Coverity #1198850 #1198851 #1198852
Browse files Browse the repository at this point in the history
  • Loading branch information
arr2036 committed Apr 9, 2014
1 parent f589547 commit 8f8e1ac
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/modules/rlm_unbound/rlm_unbound.c
Expand Up @@ -690,8 +690,9 @@ static int mod_instantiate(CONF_SECTION *conf, void *instance)

error:
ERROR("rlm_unbound (%s): %s", inst->name, ub_strerror(res));

error_nores:
close(debug_fd);
if (debug_fd > -1) close(debug_fd);

return -1;
}
Expand Down

0 comments on commit 8f8e1ac

Please sign in to comment.