The branch, master has been updated
via 7d391c09eea0197d6ea298afff66ae13d6398fdb (commit)
from 8ac5db124630586605bd3972975ea47ee1cb34c0 (commit)
http://gitweb.samba.org/?p=samba.git;a=shortlog;h=master
- Log -----------------------------------------------------------------
commit 7d391c09eea0197d6ea298afff66ae13d6398fdb
Author: Gerald (Jerry) Carter <[EMAIL PROTECTED]>
Date: Thu Sep 18 14:49:46 2008 -0500
idmap: Increment the interface number after Volker's rewrite.
-----------------------------------------------------------------------
Summary of changes:
source3/include/idmap.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
Changeset truncated at 500 lines:
diff --git a/source3/include/idmap.h b/source3/include/idmap.h
index 95c3e4c..5548eae 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;
--
Samba Shared Repository