summaryrefslogtreecommitdiff
path: root/source3/winbindd/winbindd_util.c
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-01-18 16:35:13 +0100
committerRalph Boehme <slow@samba.org>2018-02-10 08:35:16 +0100
commit9f96ede6f500cc1a7c76e67ee785b44a99244d0d (patch)
treeb43640508e14174d1017a7ed43ca468ce4553993 /source3/winbindd/winbindd_util.c
parentffa9eb7d6453eb6c6f3a50ad72288d3891361752 (diff)
downloadsamba-9f96ede6f500cc1a7c76e67ee785b44a99244d0d.tar.gz
winbindd: rename MSG_WINBIND_NEW_TRUSTED_DOMAIN to MSG_WINBIND_RELOAD_TRUSTED_DOMAINS
This reflects the new implementation in winbindd. Bug: https://bugzilla.samba.org/show_bug.cgi?id=13237 Signed-off-by: Ralph Boehme <slow@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'source3/winbindd/winbindd_util.c')
-rw-r--r--source3/winbindd/winbindd_util.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/winbindd/winbindd_util.c b/source3/winbindd/winbindd_util.c
index a4d912d2ca1..05c963f858f 100644
--- a/source3/winbindd/winbindd_util.c
+++ b/source3/winbindd/winbindd_util.c
@@ -1267,7 +1267,7 @@ bool init_domain_list(void)
}
status = imessaging_register(winbind_imessaging_context(), NULL,
- MSG_WINBIND_NEW_TRUSTED_DOMAIN,
+ MSG_WINBIND_RELOAD_TRUSTED_DOMAINS,
wb_imsg_new_trusted_domain);
if (!NT_STATUS_IS_OK(status)) {
DBG_ERR("imessaging_register failed %s\n", nt_errstr(status));