From e0da679d7c0ad41e96ca027adf8ba915b0bbe21b Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Tue, 6 Apr 2004 16:45:38 +0000 Subject: r85: Update the winbind interface version, as I just extended the struct. Andrew Bartlett (This used to be commit 039883043d15902096f6d5e80737f4a502ed0bf8) --- source3/nsswitch/winbindd_nss.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index 4ddce11951..73b39569a9 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -36,7 +36,7 @@ /* Update this when you change the interface. */ -#define WINBIND_INTERFACE_VERSION 9 +#define WINBIND_INTERFACE_VERSION 10 /* Socket commands */ -- cgit