feat: improve MAP redirection handling

This commit is contained in:
Mario Fetka
2026-05-22 13:04:50 +02:00
parent b8a701b8fe
commit e4d67917bd
2 changed files with 32 additions and 11 deletions

View File

@@ -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;