]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix typo
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 27 Apr 2023 01:48:53 +0000 (13:48 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Fri, 5 May 2023 02:54:31 +0000 (02:54 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/wdc-samba4.c

index b5a271be2397be64d927381d839f25e9da03007e..cd2fc53d47255d723fb45058d7c2e5bd930a1a40 100644 (file)
@@ -136,7 +136,7 @@ static krb5_error_code samba_wdc_get_pac(void *priv,
                group_inclusion = AUTH_INCLUDE_RESOURCE_GROUPS_COMPRESSED;
        }
 
-       mem_ctx = talloc_named(client->context, 0, "samba_get_pac context");
+       mem_ctx = talloc_named(client->context, 0, "samba_wdc_get_pac context");
        if (!mem_ctx) {
                return ENOMEM;
        }