]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix comment
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Fri, 21 Jul 2023 00:38:09 +0000 (12:38 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Tue, 8 Aug 2023 04:39:37 +0000 (04:39 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/wdc-samba4.c

index c8cf911fac8699b8d19a97acd8f8632bf705eabf..695ef6a3bf9fa5dad0bfcb1482b0a53c72515171 100644 (file)
@@ -884,7 +884,7 @@ static krb5_error_code samba_wdc_finalize_reply(void *priv,
                if (ret != 0) {
                        /*
                         * So we do not leak the allocated
-                        * memory on kd in the error case
+                        * memory on md in the error case
                         */
                        krb5_data_free(&md.padata_value);
                }