1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-11 05:18:09 +03:00

r17255: fixed BENCH-NBENCH for new smb_raw_find_first() syntax

This commit is contained in:
Andrew Tridgell 2006-07-26 11:41:08 +00:00 committed by Gerald (Jerry) Carter
parent b5c06d5b4c
commit 7b05c007ea

View File

@ -619,7 +619,8 @@ void nb_findfirst(const char *mask, int level, int maxcnt, int count, NTSTATUS s
mem_ctx = talloc_init("smbcli_dskattr");
io.t2ffirst.level = level;
io.t2ffirst.level = RAW_SEARCH_TRANS2;
io.t2ffirst.data_level = level;
io.t2ffirst.in.max_count = maxcnt;
io.t2ffirst.in.search_attrib = FILE_ATTRIBUTE_DIRECTORY;
io.t2ffirst.in.pattern = mask;