diff options
-rw-r--r-- | src/providers/krb5/krb5_auth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_auth.c b/src/providers/krb5/krb5_auth.c index 341e73aa..abf5d533 100644 --- a/src/providers/krb5/krb5_auth.c +++ b/src/providers/krb5/krb5_auth.c @@ -870,7 +870,7 @@ static void krb5_resolve_kpasswd_done(struct tevent_req *subreq) int ret; ret = be_resolve_server_recv(subreq, &state->kr->kpasswd_srv); - talloc_zfree(req); + talloc_zfree(subreq); if (ret) { /* all kpasswd servers have been tried and none was found good, but the * kdc seems ok. Password changes are not possible but |