diff options
-rw-r--r-- | src/providers/krb5/krb5_child.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child.c b/src/providers/krb5/krb5_child.c index 7249aeba..fea1e566 100644 --- a/src/providers/krb5/krb5_child.c +++ b/src/providers/krb5/krb5_child.c @@ -1004,7 +1004,7 @@ int main(int argc, const char *argv[]) DEBUG(7, ("krb5_child started.\n")); - pd = talloc(NULL, struct pam_data); + pd = talloc_zero(NULL, struct pam_data); if (pd == NULL) { DEBUG(1, ("malloc failed.\n")); _exit(-1); |