Changeset 745 for trunk/server/source4/libcli/smb2/find.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/smb2/find.c
r414 r745 96 96 */ 97 97 NTSTATUS smb2_find_level_recv(struct smb2_request *req, TALLOC_CTX *mem_ctx, 98 uint8_t level, u int_t *count,98 uint8_t level, unsigned int *count, 99 99 union smb_search_data **io) 100 100 { … … 103 103 DATA_BLOB b; 104 104 enum smb_search_data_level smb_level; 105 u int_t next_ofs=0;105 unsigned int next_ofs=0; 106 106 107 107 switch (level) { … … 172 172 NTSTATUS smb2_find_level(struct smb2_tree *tree, TALLOC_CTX *mem_ctx, 173 173 struct smb2_find *f, 174 u int_t *count, union smb_search_data **io)174 unsigned int *count, union smb_search_data **io) 175 175 { 176 176 struct smb2_request *req;
Note:
See TracChangeset
for help on using the changeset viewer.