From 7d391c09eea0197d6ea298afff66ae13d6398fdb Mon Sep 17 00:00:00 2001 From: "Gerald (Jerry) Carter" Date: Thu, 18 Sep 2008 14:49:46 -0500 Subject: [PATCH] idmap: Increment the interface number after Volker's rewrite. --- source3/include/idmap.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source3/include/idmap.h b/source3/include/idmap.h index 95c3e4c0c2a..5548eae0cab 100644 --- a/source3/include/idmap.h +++ b/source3/include/idmap.h @@ -32,7 +32,7 @@ /* Updated to 4, completely new interface, SSS */ -#define SMB_IDMAP_INTERFACE_VERSION 4 +#define SMB_IDMAP_INTERFACE_VERSION 5 struct idmap_domain { const char *name; -- 2.11.4.GIT