Changeset 457
- Timestamp:
- Jun 8, 2010, 8:38:55 AM (16 years ago)
- Location:
- branches/samba-3.0/source
- Files:
-
- 2 edited
-
lib/os2ea.c (modified) (2 diffs)
-
smbd/vfs.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/samba-3.0/source/lib/os2ea.c
r392 r457 172 172 { 173 173 UCHAR byte = 0; 174 175 176 174 177 CPUUTIL util; 175 int c;176 178 177 179 if (hDoscalls == 0) { … … 201 203 } 202 204 } 205 206 207 208 209 210 211 212 203 213 204 214 return byte; 205 215 } 206 207 208 216 209 217 UCHAR randbyte() -
branches/samba-3.0/source/smbd/vfs.c
r431 r457 890 890 891 891 #ifdef __OS2__ 892 if (*resolved_name != '/' && *resolved_name != '\\' && (strlen(resolved_name) <= 1 || resolved_name[1] != ':')) {893 #else 894 if (*resolved_name != '/') {892 if (*resolved_name != '/' && ) { 893 #else 894 if (*resolved_name != '/') { 895 895 #endif 896 896 DEBUG(0,("reduce_name: realpath doesn't return absolute paths !\n"));
Note:
See TracChangeset
for help on using the changeset viewer.
