summaryrefslogtreecommitdiff
path: root/librpc
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 /librpc
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 'librpc')
-rw-r--r--librpc/idl/messaging.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/messaging.idl b/librpc/idl/messaging.idl
index 37f8fccfb8d..b35f1e1e9ae 100644
--- a/librpc/idl/messaging.idl
+++ b/librpc/idl/messaging.idl
@@ -123,7 +123,7 @@ interface messaging
MSG_WINBIND_IP_DROPPED = 0x040A,
MSG_WINBIND_DOMAIN_ONLINE = 0x040B,
MSG_WINBIND_DOMAIN_OFFLINE = 0x040C,
- MSG_WINBIND_NEW_TRUSTED_DOMAIN = 0x040D,
+ MSG_WINBIND_RELOAD_TRUSTED_DOMAINS = 0x040D,
/* event messages */
MSG_DUMP_EVENT_LIST = 0x0500,