summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorRalph Boehme <slow@samba.org>2018-01-18 16:35:13 +0100
committerStefan Metzmacher <metze@samba.org>2018-02-11 11:12:09 +0100
commitbf8e88d250cb6a56bf45e9477fee507c546f82a6 (patch)
treebb94077e721afbe9e1419e081e20d99e62e45b2c /librpc
parentcc7592e52c3135dc6eba9c222c11cb7eccec1ba1 (diff)
downloadsamba-bf8e88d250cb6a56bf45e9477fee507c546f82a6.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> (cherry picked from commit 9f96ede6f500cc1a7c76e67ee785b44a99244d0d)
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,