diff options
author | Michael Adam <obnox@samba.org> | 2009-01-22 18:05:20 +0100 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2010-08-14 02:10:35 +0200 |
commit | ccfe40c27f9be794d5ae6d4cb337d820b0a03718 (patch) | |
tree | badc605c0aaa2f26008909fa29505190cec1fd14 /nsswitch | |
parent | 95b840cbf1a22c13c038f9ffe999672bf444daa9 (diff) | |
download | samba-ccfe40c27f9be794d5ae6d4cb337d820b0a03718.tar.gz |
s3:winbind: increase interface version after removing calls
Michael
Diffstat (limited to 'nsswitch')
-rw-r--r-- | nsswitch/winbind_struct_protocol.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/nsswitch/winbind_struct_protocol.h b/nsswitch/winbind_struct_protocol.h index 89f3f199eda..537754f688a 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 |