Changeset 745 for trunk/server/source4/libcli/raw/rawsearch.c
- Timestamp:
- Nov 27, 2012, 4:43:17 PM (13 years ago)
- Location:
- trunk/server
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/server
- Property svn:mergeinfo changed
/vendor/current merged: 581,587,591,594,597,600,615,618,740
- Property svn:mergeinfo changed
-
trunk/server/source4/libcli/raw/rawsearch.c
r414 r745 334 334 const DATA_BLOB *blob, 335 335 union smb_search_data *data, 336 u int_t *next_ofs,337 u int_t str_flags)338 { 339 u int_t len, blen;336 unsigned int *next_ofs, 337 unsigned int str_flags) 338 { 339 unsigned int len, blen; 340 340 341 341 if (blob->length < 4) { … … 488 488 union smb_search_data *data) 489 489 { 490 u int_t len, ofs;490 unsigned int len, ofs; 491 491 uint32_t ea_size; 492 492 DATA_BLOB eablob; … … 657 657 case RAW_SEARCH_DATA_ID_FULL_DIRECTORY_INFO: 658 658 case RAW_SEARCH_DATA_ID_BOTH_DIRECTORY_INFO: { 659 u int_t str_flags = STR_UNICODE;659 unsigned int str_flags = STR_UNICODE; 660 660 if (!(tree->session->transport->negotiate.capabilities & CAP_UNICODE)) { 661 661 str_flags = STR_ASCII; … … 695 695 for (i=0; i < count; i++) { 696 696 union smb_search_data search_data; 697 u int_t len;697 unsigned int len; 698 698 699 699 len = parse_trans2_search(tree, mem_ctx, level, flags, &blob2, &search_data);
Note:
See TracChangeset
for help on using the changeset viewer.