Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Follow symlinks in fstatat otherwise it breaks repos created by poudriere
Baptiste Daroussin committed 11 years ago
commit 97a46936d1588d593b0f52606a04723238ff3835
parent 64bd81d
1 file changed +1 -1
modified libpkg/ssh.c
@@ -135,7 +135,7 @@ pkg_sshserve(int fd)
			}
		}

-
		if (fstatat(fd, file, &st, AT_SYMLINK_NOFOLLOW) == -1) {
+
		if (fstatat(fd, file, &st, 0) == -1) {
			printf("ko: file not found\n");
			continue;
		}