Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
SSH: If ssh is already connected return this info
Baptiste Daroussin committed 5 years ago
commit 06194a48a1279570c7978bfed18ee38e029fa303
parent bb4d09c43de833e1c787bca2f7276637ba4b3427
1 file changed +2 -0
modified libpkg/fetch_ssh.c
@@ -161,6 +161,8 @@ ssh_open(struct pkg_repo *repo, struct url *u, off_t *sz)

	if (repo->ssh == NULL)
		retcode = ssh_connect(repo, u);
+
	else
+
		retcode = EPKG_OK;

	if (retcode != EPKG_OK)
		return (retcode);