smbd: Add DEBUG message got get_reparse_point
authorVolker Lendecke <vl@samba.org>
Thu, 22 Dec 2022 10:36:21 +0000 (11:36 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 14 May 2024 22:29:36 +0000 (22:29 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
source3/modules/util_reparse.c

index 6f47367a4b8cd2625365952272b3c249d5d1667a..f42dc231f110acc801540dd301a33efb9120166a 100644 (file)
@@ -100,6 +100,7 @@ NTSTATUS fsctl_get_reparse_point(struct files_struct *fsp,
        }
 
        if (!NT_STATUS_IS_OK(status)) {
+               DBG_DEBUG("failed: %s\n", nt_errstr(status));
                return status;
        }