Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
SSH: If ssh is already connected return this info
Baptiste Daroussin committed 5 years ago
commit 06194a48a1279570c7978bfed18ee38e029fa303
parent bb4d09c
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);