From: Joseph Sutton Date: Thu, 16 Mar 2023 03:47:15 +0000 (+1300) Subject: s4:kdc: Fix typo X-Git-Tag: talloc-2.4.1~1377 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca8b8d1d4af0a2445efef723eaa4160399e87162;p=thirdparty%2Fsamba.git s4:kdc: Fix typo Signed-off-by: Joseph Sutton Reviewed-by: Andrew Bartlett --- diff --git a/source4/kdc/wdc-samba4.c b/source4/kdc/wdc-samba4.c index 57ba99403e5..6fc4f817034 100644 --- a/source4/kdc/wdc-samba4.c +++ b/source4/kdc/wdc-samba4.c @@ -254,7 +254,7 @@ static krb5_error_code samba_wdc_reget_pac2(astgs_request_t r, return ret; } - mem_ctx = talloc_named(NULL, 0, "samba_kdc_reget_pac2 context"); + mem_ctx = talloc_named(NULL, 0, "samba_wdc_reget_pac2 context"); if (mem_ctx == NULL) { return ENOMEM; }