1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-07 12:23:51 +03:00

r2520: - finished implementing the server side of the old style search requests

This commit is contained in:
Andrew Tridgell
2004-09-22 12:38:19 +00:00
committed by Gerald (Jerry) Carter
parent 00de28876d
commit 4e4859c06b
5 changed files with 213 additions and 92 deletions

View File

@@ -1801,7 +1801,7 @@ union smb_search_data {
time_t write_time;
uint32_t size;
struct smb_search_id id;
char *name;
const char *name;
} search;
/* trans2 findfirst RAW_SEARCH_STANDARD level */