Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
ssh: if all the open phase worked well, return EPKG_OK as expected
Baptiste Daroussin committed 5 years ago
commit bb4d09c43de833e1c787bca2f7276637ba4b3427
parent e945351
1 file changed +1 -0
modified libpkg/fetch_ssh.c
@@ -139,6 +139,7 @@ ssh_connect(struct pkg_repo *repo, struct url *u)
		pkg_debug(1, "SSH> nothing to read, got: %s", line);
		goto ssh_cleanup;
	}
+
	retcode = EPKG_OK;

ssh_cleanup:
	if (retcode == EPKG_FATAL && repo->ssh != NULL) {