summaryrefslogtreecommitdiff
path: root/librpc
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2023-04-18 12:29:34 +0200
committerVolker Lendecke <vl@samba.org>2023-05-16 10:53:40 +0000
commitbdba027a33e35aab7bb322bc3167cdd7babfc059 (patch)
tree2b09b005cc40648bcd7a30558289af146b98b0d4 /librpc
parent31180e0e6d9e43d54e7656a56ed3af129f578105 (diff)
downloadsamba-bdba027a33e35aab7bb322bc3167cdd7babfc059.tar.gz
rpc: Remove named_pipe_auth_req_info6->need_idle_server
Involves bumping up the version number Bug: https://bugzilla.samba.org/show_bug.cgi?id=15361 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.idl9
1 files changed, 4 insertions, 5 deletions
diff --git a/librpc/idl/named_pipe_auth.idl b/librpc/idl/named_pipe_auth.idl
index 2204deb63c9..b2c9201d1ce 100644
--- a/librpc/idl/named_pipe_auth.idl
+++ b/librpc/idl/named_pipe_auth.idl
@@ -21,11 +21,10 @@ interface named_pipe_auth
[charset(DOS),string] uint8 *local_server_addr;
uint16 local_server_port;
auth_session_info_transport *session_info;
- boolean8 need_idle_server;
- } named_pipe_auth_req_info6;
+ } named_pipe_auth_req_info7;
typedef [switch_type(uint32)] union {
- [case(6)] named_pipe_auth_req_info6 info6;
+ [case(7)] named_pipe_auth_req_info7 info7;
} named_pipe_auth_req_info;
typedef [public,gensize] struct {
@@ -41,10 +40,10 @@ interface named_pipe_auth
uint16 file_type;
uint16 device_state;
hyper allocation_size;
- } named_pipe_auth_rep_info6;
+ } named_pipe_auth_rep_info7;
typedef [switch_type(uint32)] union {
- [case(6)] named_pipe_auth_rep_info6 info6;
+ [case(7)] named_pipe_auth_rep_info7 info7;
} named_pipe_auth_rep_info;
typedef [public,gensize] struct {