diff options
author | Andrew Bartlett <abartlet@samba.org> | 2006-07-13 09:31:04 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:19:18 -0500 |
commit | 97859aeb80e4f703458ba2aa63d7aa05c41a8702 (patch) | |
tree | 51ac801c3288bc0feb64bc65e7da05db505f6107 | |
parent | 0dc8f720e195c29d4d0422f9ae49df44543a1b6c (diff) | |
download | samba-97859aeb80e4f703458ba2aa63d7aa05c41a8702.tar.gz samba-97859aeb80e4f703458ba2aa63d7aa05c41a8702.tar.bz2 samba-97859aeb80e4f703458ba2aa63d7aa05c41a8702.zip |
r17007: Increment winbind protocol version number.
Andrew Bartlett
(This used to be commit ed51b6293b7577cb2d9e661a8491606abf349406)
-rw-r--r-- | source3/nsswitch/winbindd_nss.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/nsswitch/winbindd_nss.h b/source3/nsswitch/winbindd_nss.h index be0bb11948..a7c0c9f99c 100644 --- a/source3/nsswitch/winbindd_nss.h +++ b/source3/nsswitch/winbindd_nss.h @@ -34,7 +34,7 @@ /* Update this when you change the interface. */ -#define WINBIND_INTERFACE_VERSION 15 +#define WINBIND_INTERFACE_VERSION 16 /* Socket commands */ |