Changeset 532
- Timestamp:
- Jan 26, 2011, 11:48:04 AM (15 years ago)
- Location:
- branches/client-2.0/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-2.0/src/Makefile.kmk
r526 r532 101 101 > rc/rc.rc 102 102 103 103 104 # update bldlevel info 104 105 rc/description.rc: config.kmk -
branches/client-2.0/src/ndpsmb.c
r527 r532 1084 1084 { 1085 1085 rc = (finfo.attr & FILE_DIRECTORY) !=0 ? 1086 ERROR_ PATH_NOT_FOUND:1087 ERROR_ INVALID_PARAMETER;1086 ERROR_FILE_NOT_FOUND: 1087 ERROR_PATH_NOT_FOUND; 1088 1088 } 1089 1089 else if (rc != ERROR_REM_NOT_LIST)
Note:
See TracChangeset
for help on using the changeset viewer.