diff options
Diffstat (limited to 'source4/nsswitch/winbindd_nss.h')
-rw-r--r-- | source4/nsswitch/winbindd_nss.h | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/source4/nsswitch/winbindd_nss.h b/source4/nsswitch/winbindd_nss.h index 2cbfca65a7..5b96dad15f 100644 --- a/source4/nsswitch/winbindd_nss.h +++ b/source4/nsswitch/winbindd_nss.h @@ -37,7 +37,7 @@ typedef char winbind_string[256]; /* Update this when you change the interface. */ -#define WINBIND_INTERFACE_VERSION 12 +#define WINBIND_INTERFACE_VERSION 11 /* Socket commands */ @@ -243,9 +243,6 @@ struct winbindd_request { gid_t gid; winbind_string sid; } dual_idmapset; - struct { - winbind_string cache_key; - } dual_sidaliases; } data; char *extra_data; size_t extra_len; |