Changeset 2710 for trunk/src/lib/nt/nthlpfs.c
- Timestamp:
- Nov 21, 2013, 3:40:10 PM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/lib/nt/nthlpfs.c
r2704 r2710 85 85 MY_ANSI_STRING Src; 86 86 87 birdResolveImports(); 88 87 89 pNtPath->Length = pNtPath->MaximumLength = 0; 88 90 pNtPath->Buffer = NULL; … … 133 135 MY_OBJECT_ATTRIBUTES ObjAttr; 134 136 MY_NTSTATUS rcNt; 137 138 birdResolveImports(); 135 139 136 140 if ( (fCreateOptions & FILE_OPEN_REPARSE_POINT) … … 187 191 MY_NTSTATUS rcNt; 188 192 189 birdResolveImports();190 191 193 /* 192 194 * Adjust inputs. … … 223 225 MY_UNICODE_STRING NtPath; 224 226 MY_NTSTATUS rcNt; 225 226 birdResolveImports();227 227 228 228 /*
Note:
See TracChangeset
for help on using the changeset viewer.