Radish alpha
H
HardenedBSD Package Manager
Radicle
Git (anonymous pull)
Log in to clone via SSH
Return proper value in sha256_fd()
Bryan Drewery committed 12 years ago
commit 9eb06c4f39bc57c682ac9d7e5ae398a2b164bfcc
parent 0ed6b64c550bc753f48a57d523a991611040d3ba
1 file changed +1 -1
modified libpkg/utils.c
@@ -396,7 +396,7 @@ cleanup:
		close(my_fd);
	(void)lseek(fd, 0, SEEK_SET);

-
	return (EPKG_OK);
+
	return (ret);
}

int