From 890724f8a58af9c5cb421d0a945673c8b778c4b7 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Pavel=20Filipensk=C3=BD?= Date: Mon, 16 Dec 2024 14:10:48 +0100 Subject: [PATCH] nsswitch:winbind: Remove WINBINDD_SHOW_SEQUENCE MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Pavel Filipenský Reviewed-by: Volker Lendecke Reviewed-by: Andreas Schneider --- nsswitch/winbind_struct_protocol.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 9365b312e30..a0314627870 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -63,8 +63,9 @@ typedef char fstring[FSTRING_LEN]; * 31: added "client_name" to the request * 32: added "traceid" to the request * removed WINBINDD_INIT_CONNECTION + * 33: removed WINBINDD_SHOW_SEQUENCE */ -#define WINBIND_INTERFACE_VERSION 32 +#define WINBIND_INTERFACE_VERSION 33 /* Have to deal with time_t being 4 or 8 bytes due to structure alignment. On a 64bit Linux box, we have to support a constant structure size @@ -141,8 +142,6 @@ enum winbindd_cmd { WINBINDD_DSGETDCNAME, /* Issue a DsGetDCName Request */ WINBINDD_DC_INFO, /* Which DC are we connected to? */ - WINBINDD_SHOW_SEQUENCE, /* display sequence numbers of domains */ - /* WINS commands */ WINBINDD_WINS_BYIP, -- 2.47.3