From: Volker Lendecke Date: Mon, 13 Feb 2023 11:36:38 +0000 (+0100) Subject: smbd: Fix a typo X-Git-Tag: talloc-2.4.1~1446 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8926770ae94dacfeed100a5333cd985651db0458;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/smbXsrv_open.c b/source3/smbd/smbXsrv_open.c index 3975a7e6cff..df4be7ac746 100644 --- a/source3/smbd/smbXsrv_open.c +++ b/source3/smbd/smbXsrv_open.c @@ -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)));