Radish alpha
H
rad:z3QDZAW2FAfuLvihrhiyDC9fAD8G9
HardenedBSD Package Manager
Radicle
Git
Fix comment.
Matthew Seaman committed 11 years ago
commit 882dc8f09d91bfc03a74fe06da8bc440eb44bd61
parent 8147dbc
1 file changed +1 -1
modified libpkg/fetch.c
@@ -424,7 +424,7 @@ pkg_fetch_file_to_fd(struct pkg_repo *repo, const char *url, int dest, time_t *t
	 * SRV-style server discovery, and also to allow eg. Firefox
	 * to run pkg-related stuff given a pkg+foo:// URL.
	 *
-
	 * Warn if using plain http://, https:// etc with SRV
+
	 * Error if using plain http://, https:// etc with SRV
	 */

	if (strncmp(URL_SCHEME_PREFIX, url, strlen(URL_SCHEME_PREFIX)) == 0) {