From: Volker Lendecke Date: Tue, 30 Apr 2024 08:31:37 +0000 (+0200) Subject: smbd: Fix a typo X-Git-Tag: tdb-1.4.11~881 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2201a8dff30666b5f8f9ca340039c3c6acd9bd4;p=thirdparty%2Fsamba.git smbd: Fix a typo Signed-off-by: Volker Lendecke Reviewed-by: Jeremy Allison --- diff --git a/source3/smbd/open.c b/source3/smbd/open.c index 9008b82d763..68e5eb957f2 100644 --- a/source3/smbd/open.c +++ b/source3/smbd/open.c @@ -5125,7 +5125,7 @@ void msg_file_was_renamed(struct messaging_context *msg_ctx, msg, (ndr_pull_flags_fn_t)ndr_pull_file_rename_message); if (!NDR_ERR_CODE_IS_SUCCESS(ndr_err)) { - DBG_DEBUG("ndr_pull_oplock_break_message failed: %s\n", + DBG_DEBUG("ndr_pull_file_rename_message failed: %s\n", ndr_errstr(ndr_err)); goto out; }