From af0a9eb52955cfae570bfdc01821f56385c860cf Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 6 Jul 2006 08:00:24 +0000 Subject: 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) --- source4/torture/masktest.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/masktest.c') 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); -- cgit