]> git.ipfire.org Git - thirdparty/samba.git/commit
s3:winbind: Register a messaging filter foreach domain child
authorSamuel Cabrero <scabrero@samba.org>
Tue, 12 Dec 2023 14:55:20 +0000 (15:55 +0100)
committerSamuel Cabrero <scabrero@samba.org>
Wed, 13 Dec 2023 15:07:38 +0000 (15:07 +0000)
commit8e1f2ee5f7c5b3ee4edfa7beca289889a4e99cca
tree39a245fb2eac2b1a058494c3007983c2d29789fc
parentc35937054cd69580bbf5e3252fd9a1e8958f2f7b
s3:winbind: Register a messaging filter foreach domain child

Instead of registering the "classic" callback for MSG_SMB_CONF_UPDATED,
install a message filter to allow other parts of the code to also
listen for this message because classic callbacks are delivered only
once (see commit a2436b67e5dd47d955a3bea2b83e0693b627ab96).

Signed-off-by: Samuel Cabrero <scabrero@samba.org>
Reviewed-by: Alexander Bokovoy <ab@samba.org>
source3/winbindd/winbindd_dual.c