Changeset 941
- Timestamp:
- Jul 26, 2016, 12:13:33 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/smbwrp.c
r940 r941 29 29 #include "smbwrp.h" 30 30 #include "util.h" 31 32 struct smb2_hnd { 33 uint64_t fid_persistent; 34 uint64_t fid_volatile; 35 }; 31 36 32 37 /* … … 1137 1142 debuglocal(4,"SMB2 detected, calling list_files_smb2()\n"); 1138 1143 return list_files_smb2(cli, mask, attribute, fn, state); 1144 } 1139 1145 1140 1146 /* Try to get the listing from cache. */
Note:
See TracChangeset
for help on using the changeset viewer.