feat: improve MAP redirection handling
This commit is contained in:
@@ -241,7 +241,6 @@ int alloc_dir_handle(int func,
|
||||
printf("alloc_dir_handle, path=%s, len=%d, disk=%c\n", path, pathlen, driveletter);
|
||||
*/
|
||||
neterrno = Net_Call(0xE200, &req, &repl);
|
||||
fprintf(stderr, "neterrno=%d\n", neterrno);
|
||||
if (neterrno && neterrno != 0xff) return(-1);
|
||||
|
||||
if (effrights) *effrights = repl.effrights;
|
||||
|
||||
Reference in New Issue
Block a user