diff options
author | Simo Sorce <idra@samba.org> | 2010-01-08 16:53:30 -0500 |
---|---|---|
committer | Simo Sorce <idra@samba.org> | 2010-01-08 17:01:02 -0500 |
commit | 7eee8e053b22b9be8cd6de5a27efb19fe914039a (patch) | |
tree | 882566259dbfc45da78d8a71d9905aaa6b707422 /source4/kdc | |
parent | d7713d11a6dc2d66c820d7496bc45eb5fe527fbf (diff) | |
download | samba-7eee8e053b22b9be8cd6de5a27efb19fe914039a.tar.gz samba-7eee8e053b22b9be8cd6de5a27efb19fe914039a.tar.bz2 samba-7eee8e053b22b9be8cd6de5a27efb19fe914039a.zip |
Fix comment
Diffstat (limited to 'source4/kdc')
-rw-r--r-- | source4/kdc/hdb-samba4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/kdc/hdb-samba4.c b/source4/kdc/hdb-samba4.c index 2f3c30c283..f7a72b41bc 100644 --- a/source4/kdc/hdb-samba4.c +++ b/source4/kdc/hdb-samba4.c @@ -1542,7 +1542,7 @@ krb5_error_code hdb_samba4_check_pkinit_ms_upn_match(krb5_context context, HDB * "objectSid", NULL }; - TALLOC_CTX *mem_ctx = talloc_named(db, 0, "hdb_samba4_check_constrained_delegation"); + TALLOC_CTX *mem_ctx = talloc_named(db, 0, "hdb_samba4_check_pkinit_ms_upn_match"); if (!mem_ctx) { ret = ENOMEM; |