]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 16 Mar 2023 03:47:15 +0000 (16:47 +1300)
committerAndrew Bartlett <abartlet@samba.org>
Mon, 20 Mar 2023 00:22:32 +0000 (00:22 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/wdc-samba4.c

index 57ba99403e52ea5ba6c2544d1cbc8dfe1c62eac9..6fc4f81703483490d12ff9ccd8843b5da62712b0 100644 (file)
@@ -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;
        }