summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2020-09-15 16:01:04 +0200
committerAndrew Bartlett <abartlet@samba.org>2020-10-23 03:25:35 +0000
commit1576421dbdd2cfe9a47516224cb54bf15ba51132 (patch)
treee5e1dd0f199e56dba7982257a4351553d9494bb6 /librpc
parent302098c3259c3709f61e5f2859785dbb62a393e5 (diff)
downloadsamba-1576421dbdd2cfe9a47516224cb54bf15ba51132.tar.gz
winbind.idl: rename wbint_TransID.type to wbint_TransID.type_hint
This makes it clear that it's a hint from the parent to the child. BUG: https://bugzilla.samba.org/show_bug.cgi?id=14539 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Gary Lockyer <gary@catalyst.net.nz>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/winbind.idl2
1 files changed, 1 insertions, 1 deletions
diff --git a/librpc/idl/winbind.idl b/librpc/idl/winbind.idl
index 258dd284ad5..a2bc81a9333 100644
--- a/librpc/idl/winbind.idl
+++ b/librpc/idl/winbind.idl
@@ -40,7 +40,7 @@ interface winbind
);
typedef struct {
- id_type type;
+ id_type type_hint;
uint32 domain_index;
uint32 rid;
unixid xid;