Import ncpfs 2.2.2

This commit is contained in:
ncpfs archive import
2026-04-28 20:39:59 +02:00
parent 82706139bf
commit cf0c5e59af
27 changed files with 823 additions and 602 deletions

View File

@@ -53,7 +53,7 @@ NWDSCCODE try_nds_queue(NWCONN_HANDLE* conn, const char* name, NWObjectID* id) {
err = NWDSGetContext(ctx, DCK_FLAGS, &flags);
if (err)
goto freectx;
flags &= ~DCV_CANONICALIZE_NAMES;
flags |= DCV_TYPELESS_NAMES;
err = NWDSSetContext(ctx, DCK_FLAGS, &flags);
if (err)
goto freectx;