From 37cf22a39eec62a62d5ad30d9419ce4e159dff31 Mon Sep 17 00:00:00 2001 From: Andrew Bartlett Date: Sat, 9 Jul 2005 01:55:13 +0000 Subject: r8249: Clarify (with a comment) why we are playing these games here. Andrew Bartlett (This used to be commit 33dcbe938df532e63b9c02c2b6cef11090021481) --- source4/kdc/hdb-ldb.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/kdc/hdb-ldb.c') diff --git a/source4/kdc/hdb-ldb.c b/source4/kdc/hdb-ldb.c index 96f415ac01..1ca1aec4b9 100644 --- a/source4/kdc/hdb-ldb.c +++ b/source4/kdc/hdb-ldb.c @@ -460,6 +460,7 @@ static krb5_error_code LDB_lookup_principal(krb5_context context, struct ldb_con struct ldb_message **msg; + /* Structure assignment, so we don't mess with the source parameter */ struct Principal princ = *principal; /* Allow host/dns.name/realm@REALM, just convert into host/dns.name@REALM */ -- cgit