diff options
author | Stephen Gallagher <sgallagh@sgallagh.bos.redhat.com> | 2008-12-15 10:12:43 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2008-12-15 15:40:25 -0500 |
commit | 124083f5801312aeef6f97402dba181d98eb708c (patch) | |
tree | 8158ed73911b2e9d4c047cffa2a0ea4205c38709 /server/providers/data_provider_be.c | |
parent | a5442a122917088afff240846700e858f45fe1de (diff) | |
download | sssd-124083f5801312aeef6f97402dba181d98eb708c.tar.gz sssd-124083f5801312aeef6f97402dba181d98eb708c.tar.xz sssd-124083f5801312aeef6f97402dba181d98eb708c.zip |
Disconnected client SBUS connections would delete the master set of sbus_method_ctx entries, meaning that the next connection to attempt to disconnect would receive a segmentation fault also trying to delete them. They are now talloc_reference()-ed to their connection context and talloc_unlink()-ed upon deletion.
I have also modified the sbus_new_server() call to take a reference
to an sbus_srv_ctx object as a return argument, so that the calling
function can keep track of the SBUS server context if it so chooses.
Diffstat (limited to 'server/providers/data_provider_be.c')
0 files changed, 0 insertions, 0 deletions