git.samba.org
/
ira
/
wip.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ad4c9d
)
s4: 'index' is a libc function
author
Andrew Tridgell
<tridge@samba.org>
Tue, 8 Sep 2009 01:47:11 +0000
(11:47 +1000)
committer
Andrew Tridgell
<tridge@samba.org>
Tue, 8 Sep 2009 01:52:44 +0000
(11:52 +1000)
source4/torture/smb2/dir.c
patch
|
blob
|
history
diff --git
a/source4/torture/smb2/dir.c
b/source4/torture/smb2/dir.c
index 4b44a50bbdf7ab875eb8859281bd6ac4f748a71f..354085de2de7d6bf575b638812023422342e3a67 100644
(file)
--- a/
source4/torture/smb2/dir.c
+++ b/
source4/torture/smb2/dir.c
@@
-387,7
+387,7
@@
NTSTATUS torture_single_file_search(struct smb2_tree *tree,
const char *pattern,
uint8_t level,
enum smb_search_data_level data_level,
- int i
nde
x,
+ int i
d
x,
union smb_search_data *d,
uint_t *count,
struct smb2_handle *h)
@@
-404,7
+404,7
@@
NTSTATUS torture_single_file_search(struct smb2_tree *tree,
status = smb2_find_level(tree, tree, &f, count, &d);
if (NT_STATUS_IS_OK(status))
- fill_level_data(mem_ctx, &levels[i
nde
x].data, d, *count, level,
+ fill_level_data(mem_ctx, &levels[i
d
x].data, d, *count, level,
data_level);
return status;
}