Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Follow symlinks in fstatat otherwise it breaks repos created by poudriere
Baptiste Daroussin committed 11 years ago
commit 97a46936d1588d593b0f52606a04723238ff3835
parent 64bd81d6bc631db164cd4bc0eaef35f464b9ba89
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;
		}