diff options
Diffstat (limited to 'src/providers/krb5')
-rw-r--r-- | src/providers/krb5/krb5_child.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c index cfb3f42b..6892c665 100644 --- a/src/providers/krb5/krb5_child.c +++ b/src/providers/krb5/krb5_child.c @@ -270,7 +270,6 @@ static krb5_error_code create_ccache_file(struct krb5_req *kr, krb5_creds *creds done: if (fd != -1) { close(fd); - fd = -1; } if (kerr != 0 && tmp_cc != NULL) { krb5_cc_destroy(kr->ctx, tmp_cc); |