[Pkg-samba-maint] [samba] 18/20: Cherry-pick interface version fix.

Jelmer Vernooij jelmer at moszumanska.debian.org
Wed Dec 4 00:40:01 UTC 2013


This is an automated email from the git hooks/post-receive script.

jelmer pushed a commit to branch samba_4.1
in repository samba.

commit ef02b1dadd43300f612941dca3cc71d0604680ad
Author: Jelmer Vernooij <jelmer at samba.org>
Date:   Tue Dec 3 00:17:45 2013 +0000

    Cherry-pick interface version fix.
    
    Signed-off-by: Jelmer Vernooij <jelmer at samba.org>
---
 debian/patches/26_heimdal_no_local_krb5_types | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/debian/patches/26_heimdal_no_local_krb5_types b/debian/patches/26_heimdal_no_local_krb5_types
index 322af0e..adce164 100644
--- a/debian/patches/26_heimdal_no_local_krb5_types
+++ b/debian/patches/26_heimdal_no_local_krb5_types
@@ -18,3 +18,16 @@ index 4f55a80..0000000
 -typedef ssize_t krb5_ssize_t;
 -
 -#endif /* __krb5_types_h__ */
+diff --git a/source4/kdc/hdb-samba4-plugin.c b/source4/kdc/hdb-samba4-plugin.c
+index 568386d..9135df8 100644
+--- a/source4/kdc/hdb-samba4-plugin.c
++++ b/source4/kdc/hdb-samba4-plugin.c
+@@ -78,7 +78,7 @@ static krb5_error_code hdb_samba4_create(krb5_context context, struct HDB **db,
+  * The <address> is the string form of a pointer to a talloced struct hdb_samba_context
+  */
+ struct hdb_method hdb_samba4_interface = {
+-	.interface_version = HDB_INTERFACE_VERSION,
++	HDB_INTERFACE_VERSION,
+ 	.prefix = "samba4",
+ 	.create = hdb_samba4_create
+ };

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-samba/samba.git




More information about the Pkg-samba-maint mailing list