]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
smbd: Fix a typo
authorVolker Lendecke <vl@samba.org>
Tue, 30 Apr 2024 08:31:37 +0000 (10:31 +0200)
committerJeremy Allison <jra@samba.org>
Tue, 30 Apr 2024 22:44:32 +0000 (22:44 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/smbd/open.c

index 9008b82d76312048e7bf6fdd57c0bd5f9ebe4e0f..68e5eb957f2923ac87a30bb6fcc357a11ce7c512 100644 (file)
@@ -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;
        }