diff options
author | Stefan Metzmacher <metze@samba.org> | 2006-07-06 08:00:24 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:09:49 -0500 |
commit | af0a9eb52955cfae570bfdc01821f56385c860cf (patch) | |
tree | 9a798fd727753c3d9ceb44512579dc5b3e7fbebf /source4/torture/masktest.c | |
parent | 51e0ae33acf3cd09ae0eb9ef5077cecab4780a3e (diff) | |
download | samba-af0a9eb52955cfae570bfdc01821f56385c860cf.tar.gz samba-af0a9eb52955cfae570bfdc01821f56385c860cf.tar.xz samba-af0a9eb52955cfae570bfdc01821f56385c860cf.zip |
r16834: split the level's of smb_search_first/smb_search_next and the levels
of smb_search_data
metze
(This used to be commit 78c201db8a47a71908698c4dda2add4cf85694d9)
Diffstat (limited to 'source4/torture/masktest.c')
-rw-r--r-- | source4/torture/masktest.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/source4/torture/masktest.c b/source4/torture/masktest.c index 6e2678ed80..8facd6a3eb 100644 --- a/source4/torture/masktest.c +++ b/source4/torture/masktest.c @@ -128,7 +128,7 @@ static void get_real_name(struct smbcli_state *cli, smbcli_list_new(cli->tree, mask, FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_DIRECTORY, - RAW_SEARCH_BOTH_DIRECTORY_INFO, + RAW_SEARCH_DATA_BOTH_DIRECTORY_INFO, listfn, NULL); if (f_info_hit) { @@ -169,7 +169,7 @@ static void testpair(struct smbcli_state *cli, char *mask, char *file) fstrcpy(res1, "---"); smbcli_list_new(cli->tree, mask, FILE_ATTRIBUTE_HIDDEN | FILE_ATTRIBUTE_DIRECTORY, - RAW_SEARCH_BOTH_DIRECTORY_INFO, + RAW_SEARCH_DATA_BOTH_DIRECTORY_INFO, listfn, NULL); res2 = reg_test(cli, mask, long_name, short_name); |