1
0
mirror of https://github.com/samba-team/samba.git synced 2025-03-09 08:58:35 +03:00

smbd: Fix a typo

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
Volker Lendecke 2023-02-13 12:36:38 +01:00 committed by Jeremy Allison
parent 1a52b30d92
commit 8926770ae9

View File

@ -246,7 +246,7 @@ static NTSTATUS smbXsrv_open_global_parse_record(
if (global_blob.info.info0 == NULL) {
status = NT_STATUS_INTERNAL_DB_CORRUPTION;
DEBUG(1,("Invalid record in smbXsrv_tcon_global.tdb:"
DEBUG(1,("Invalid record in smbXsrv_open_global.tdb:"
"key '%s' info0 NULL pointer - %s\n",
tdb_data_dbg(key),
nt_errstr(status)));