summaryrefslogtreecommitdiff
path: root/source4/torture/raw/search.c
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2004-10-12 05:36:37 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:59:49 -0500
commita1abaa6ba90969a610b9a9ac4c1404d00206ce95 (patch)
tree3575b11ddab6e2029b2512d27b6cdd20e4242144 /source4/torture/raw/search.c
parent4962d9d03efd91bf4e7209cff47877f20d7de25d (diff)
downloadsamba-a1abaa6ba90969a610b9a9ac4c1404d00206ce95.tar.gz
samba-a1abaa6ba90969a610b9a9ac4c1404d00206ce95.tar.bz2
samba-a1abaa6ba90969a610b9a9ac4c1404d00206ce95.zip
r2929: longhorn does not produce sorted directory listings! This is
excellent, as it means we don't lose any compatibility by also not giving sorted listings. I was very much afraid that applications had begun to rely on this (as its guaranteed by w2k NTFS). no longer mark a non-sorting server as an error (This used to be commit 1d21c9a9d1879f5b3de15d251b6bb379c326002d)
Diffstat (limited to 'source4/torture/raw/search.c')
-rw-r--r--source4/torture/raw/search.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c
index 2d73c8e34e..17673fd2b4 100644
--- a/source4/torture/raw/search.c
+++ b/source4/torture/raw/search.c
@@ -896,8 +896,7 @@ static BOOL test_sorted(struct smbcli_state *cli, TALLOC_CTX *mem_ctx)
if (StrCaseCmp(name1, name2) > 0) {
printf("non-alphabetical order at entry %d '%s' '%s'\n",
i, name1, name2);
- printf("Server does not produce sorted directory listings\n");
- ret = False;
+ printf("Server does not produce sorted directory listings (not an error)\n");
goto done;
}
}