]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
nsswitch:winbind: Remove WINBINDD_SHOW_SEQUENCE
authorPavel Filipenský <pfilipensky@samba.org>
Mon, 16 Dec 2024 13:10:48 +0000 (14:10 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 17 Dec 2024 12:30:31 +0000 (12:30 +0000)
Signed-off-by: Pavel Filipenský <pfilipensky@samba.org>
Reviewed-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
nsswitch/winbind_struct_protocol.h

index 9365b312e3052ab3705a1b7fcd61f58f693e2a6b..a0314627870940f05d98e787db9aac8c8ea96783 100644 (file)
@@ -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,