Fix comment
authorSimo Sorce <idra@samba.org>
Fri, 8 Jan 2010 21:53:30 +0000 (16:53 -0500)
committerSimo Sorce <idra@samba.org>
Fri, 8 Jan 2010 22:01:02 +0000 (17:01 -0500)
source4/kdc/hdb-samba4.c

index 2f3c30c2839f2b4f860cb23c2e1c1254803f6d74..f7a72b41bcf75f4f48ada4dcf826fbe6a305d214 100644 (file)
@@ -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;