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

jra at samba.org jra at samba.org
Fri Jan 28 23:57:03 GMT 2005


Author: jra
Date: 2005-01-28 23:57:03 +0000 (Fri, 28 Jan 2005)
New Revision: 5071

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=5071

Log:
Reverted (per tridge request).
Jeremy.

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	2005-01-28 23:17:18 UTC (rev 5070)
+++ branches/SAMBA_4_0/source/torture/raw/search.c	2005-01-28 23:57:03 UTC (rev 5071)
@@ -682,7 +682,7 @@
 				s = result.list[i].search.name;
 			}
 			asprintf(&fname, "t%03d-%d.txt", i, i);
-			if (strcasecmp(fname, s)) {
+			if (strcmp(fname, s)) {
 				printf("Incorrect name %s at entry %d\n", s, i);
 				ret = False;
 				break;



More information about the samba-cvs mailing list