]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 13 Feb 2023 11:36:38 +0000 (12:36 +0100)
committerJeremy Allison <jra@samba.org>
Thu, 9 Mar 2023 18:10:33 +0000 (18:10 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/smbXsrv_open.c

index 3975a7e6cffe8843bd134b1f4965445a03bcc772..df4be7ac746452611a3e0b12334e1937d20d5e66 100644 (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)));