summaryrefslogtreecommitdiff
path: root/source4/torture/raw/search.c
diff options
context:
space:
mode:
authorJeremy Allison <jra@samba.org>2005-01-28 23:57:03 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:09:19 -0500
commitebf1d799868ff4a8658d50463c9111662c31c76d (patch)
tree52353acbde8370f82637fdcc3511f2e388efec15 /source4/torture/raw/search.c
parent90ba985c6ba6914f056224574071755977b549f5 (diff)
downloadsamba-ebf1d799868ff4a8658d50463c9111662c31c76d.tar.gz
samba-ebf1d799868ff4a8658d50463c9111662c31c76d.tar.bz2
samba-ebf1d799868ff4a8658d50463c9111662c31c76d.zip
r5071: Reverted (per tridge request).
Jeremy. (This used to be commit 554e27023f8222cb0e2791fac924bb5a0dc97ba2)
Diffstat (limited to 'source4/torture/raw/search.c')
-rw-r--r--source4/torture/raw/search.c2
1 files changed, 1 insertions, 1 deletions
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;