]> git.ipfire.org Git - thirdparty/samba.git/commitdiff
torture: Fix an error message
authorVolker Lendecke <vl@samba.org>
Wed, 31 Jan 2024 13:06:58 +0000 (14:06 +0100)
committerVolker Lendecke <vl@samba.org>
Tue, 12 Mar 2024 13:31:31 +0000 (13:31 +0000)
Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Andrew Bartlett <abartlet@samba.org>
source3/torture/test_posix.c

index ca403360153cad1b751833a1157742b1076c97c8..58bb7cd9cdea8050db4847755031408ac87a2a98 100644 (file)
@@ -224,7 +224,7 @@ bool run_posix_ls_wildcard_test(int dummy)
                                           entries[i].name);
                if (!NT_STATUS_IS_OK(status)) {
                        printf("POSIX symlink of %s failed (%s)\n",
-                              symlnk_dangling, nt_errstr(status));
+                              entries[i].name, nt_errstr(status));
                        goto out;
                }
        }