summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2021-11-12 19:24:33 +0100
committerVolker Lendecke <vl@samba.org>2021-12-10 14:02:30 +0000
commitd1934e2331f4e452dce8fa2ed2e32ea595dc5e97 (patch)
tree08ccfbeef23564ce95be55354dcf988af7928129 /librpc
parentbd98e040d4a4a24cc2be5bb9cfde5ebbe575ce52 (diff)
downloadsamba-d1934e2331f4e452dce8fa2ed2e32ea595dc5e97.tar.gz
named_pipe_auth: Bump info4 to info5
We'll add a field soon Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Stefan Metzmacher <metze@samba.org>
Diffstat (limited to 'librpc')
-rw-r--r--librpc/idl/named_pipe_auth.idl8
1 files changed, 4 insertions, 4 deletions
diff --git a/librpc/idl/named_pipe_auth.idl b/librpc/idl/named_pipe_auth.idl
index 27e4dd799a2..2694dc6eeaa 100644
--- a/librpc/idl/named_pipe_auth.idl
+++ b/librpc/idl/named_pipe_auth.idl
@@ -20,10 +20,10 @@ interface named_pipe_auth
[charset(DOS),string] uint8 *local_server_addr;
uint16 local_server_port;
auth_session_info_transport *session_info;
- } named_pipe_auth_req_info4;
+ } named_pipe_auth_req_info5;
typedef [switch_type(uint32)] union {
- [case(4)] named_pipe_auth_req_info4 info4;
+ [case(5)] named_pipe_auth_req_info5 info5;
} named_pipe_auth_req_info;
typedef [public,gensize] struct {
@@ -39,10 +39,10 @@ interface named_pipe_auth
uint16 file_type;
uint16 device_state;
hyper allocation_size;
- } named_pipe_auth_rep_info4;
+ } named_pipe_auth_rep_info5;
typedef [switch_type(uint32)] union {
- [case(4)] named_pipe_auth_rep_info4 info4;
+ [case(5)] named_pipe_auth_rep_info5 info5;
} named_pipe_auth_rep_info;
typedef [public,gensize] struct {