]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
s4:kdc: Fix error message
authorJoseph Sutton <josephsutton@catalyst.net.nz>
Thu, 7 Sep 2023 21:13:51 +0000 (09:13 +1200)
committerAndrew Bartlett <abartlet@samba.org>
Thu, 14 Sep 2023 21:35:29 +0000 (21:35 +0000)
Signed-off-by: Joseph Sutton <josephsutton@catalyst.net.nz>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source4/kdc/pac-glue.c

index da964095c506d56d5c8172315744c90a03d5ac2e..e3a7c83d0b7eb0de01b67467c2f3e566c160523f 100644 (file)
@@ -1072,7 +1072,7 @@ NTSTATUS samba_kdc_get_requester_sid_blob(TALLOC_CTX *mem_ctx,
                                                     user_info_dc,
                                                     requester_sid_blob);
        if (!NT_STATUS_IS_OK(nt_status)) {
-               DBG_ERR("Building PAC LOGON INFO failed: %s\n",
+               DBG_ERR("Building PAC REQUESTER SID failed: %s\n",
                        nt_errstr(nt_status));
                return nt_status;
        }