Changeset 999 for branches/client-3.0/src/ndpsmb.c
- Timestamp:
- Dec 28, 2016, 10:02:30 PM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/client-3.0/src/ndpsmb.c
r934 r999 1636 1636 debuglocal(9,"NdpCreateDir <%s> (%s) rc=%d, EASupport=%s rc=%d\n", szDirName, path, rc, pRes->easupport?"yes":"no", rcEASet); 1637 1637 1638 return rc; 1638 if (rc) 1639 return ERROR_NETWORK_ACCESS_DENIED; 1640 else 1641 return rc; 1639 1642 } 1640 1643
Note:
See TracChangeset
for help on using the changeset viewer.