Ignore:
Timestamp:
Mar 31, 2018, 4:29:56 AM (7 years ago)
Author:
bird
Message:

nt/ntstat.c: Use NtQueryFullAttributesFile for implementing birdStatModTimeOnly instead of open+query+close, only using the latter if we encounter a reparse point.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/lib/nt/nthlpfs.c

    r2997 r3223  
    8383
    8484
    85 static int birdIsPathDirSpec(const char *pszPath)
     85int birdIsPathDirSpec(const char *pszPath)
    8686{
    8787    char ch, ch2;
Note: See TracChangeset for help on using the changeset viewer.