From ebf1d799868ff4a8658d50463c9111662c31c76d Mon Sep 17 00:00:00 2001 From: Jeremy Allison Date: Fri, 28 Jan 2005 23:57:03 +0000 Subject: r5071: Reverted (per tridge request). Jeremy. (This used to be commit 554e27023f8222cb0e2791fac924bb5a0dc97ba2) --- source4/torture/raw/search.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source4/torture/raw/search.c') diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index 7dd46d51ae..be54aecb3d 100644 --- a/source4/torture/raw/search.c +++ b/source4/torture/raw/search.c @@ -682,7 +682,7 @@ static BOOL test_many_files(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) 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; -- cgit