re-unbreak handling of symlinks on Windows
The repair from commit046503de88
was lost in98a78add9f
.
This commit is contained in:
parent
0d59486839
commit
94cee519e1
|
@ -444,6 +444,7 @@ static int UNC_stat(rktio_t *rktio, const char *dirname, int *flags, int *isdir,
|
|||
}
|
||||
|
||||
do {
|
||||
init_procs();
|
||||
if (dest) free(dest);
|
||||
dest_len = len + 1;
|
||||
dest = malloc(dest_len);
|
||||
|
|
Loading…
Reference in New Issue
Block a user