svn commit: samba r2929 - in branches/SAMBA_4_0/source/torture/raw: .

tridge at samba.org tridge at samba.org
Tue Oct 12 05:36:37 GMT 2004


Author: tridge
Date: 2004-10-12 05:36:37 +0000 (Tue, 12 Oct 2004)
New Revision: 2929

WebSVN: http://websvn.samba.org/websvn/changeset.php?rep=samba&path=/branches/SAMBA_4_0/source/torture/raw&rev=2929&nolog=1

Log:
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

Modified:
   branches/SAMBA_4_0/source/torture/raw/search.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/search.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/search.c	2004-10-12 05:33:05 UTC (rev 2928)
+++ branches/SAMBA_4_0/source/torture/raw/search.c	2004-10-12 05:36:37 UTC (rev 2929)
@@ -896,8 +896,7 @@
 		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;
 		}
 	}



More information about the samba-cvs mailing list