summaryrefslogtreecommitdiffstats
path: root/src/providers/krb5
diff options
context:
space:
mode:
authorPavel Březina <pbrezina@redhat.com>2013-08-27 11:11:05 +0200
committerJakub Hrozek <jhrozek@redhat.com>2013-08-28 13:46:38 +0200
commitb525aa57f138f67624038c4a1bdeca9042bcf2f0 (patch)
tree4f44c25233a4f4e4420b6d33b62fa595cb662681 /src/providers/krb5
parente526ea590b031e3257511b02a887a0379602578c (diff)
downloadsssd-1-5.tar.gz
sssd-1-5.tar.xz
sssd-1-5.zip
SIGCHLD handler: do not call callback when pvt data where freedsssd-1-5
https://fedorahosted.org/sssd/ticket/1992
Diffstat (limited to 'src/providers/krb5')
-rw-r--r--src/providers/krb5/krb5_child_handler.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/providers/krb5/krb5_child_handler.c b/src/providers/krb5/krb5_child_handler.c
index bafa0bbf2..dba2dec9a 100644
--- a/src/providers/krb5/krb5_child_handler.c
+++ b/src/providers/krb5/krb5_child_handler.c
@@ -265,7 +265,7 @@ static errno_t fork_child(struct tevent_req *req)
fd_nonblocking(state->io->read_from_child_fd);
fd_nonblocking(state->io->write_to_child_fd);
- ret = child_handler_setup(state->ev, pid, NULL, NULL);
+ ret = child_handler_setup(state->ev, pid, NULL, NULL, NULL);
if (ret != EOK) {
DEBUG(1, ("Could not set up child signal handler\n"));
return ret;