From ccfe40c27f9be794d5ae6d4cb337d820b0a03718 Mon Sep 17 00:00:00 2001 From: Michael Adam Date: Thu, 22 Jan 2009 18:05:20 +0100 Subject: s3:winbind: increase interface version after removing calls Michael --- nsswitch/winbind_struct_protocol.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'nsswitch/winbind_struct_protocol.h') diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 89f3f199ed..537754f688 100644 --- a/nsswitch/winbind_struct_protocol.h +++ b/nsswitch/winbind_struct_protocol.h @@ -51,8 +51,11 @@ typedef char fstring[FSTRING_LEN]; * 23: added session_key to ccache_ntlm_auth response * added WINBINDD_CCACHE_SAVE * 24: Fill in num_entries WINBINDD_LIST_USERS and WINBINDD_LIST_GROUPS + * 25: removed WINBINDD_SET_HWM + * removed WINBINDD_SET_MAPPING + * removed WINBINDD_REMOVE_MAPPING */ -#define WINBIND_INTERFACE_VERSION 24 +#define WINBIND_INTERFACE_VERSION 25 /* 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 -- cgit