From 247b9af02bd0d40109cc0ca40116a960c9f530e7 Mon Sep 17 00:00:00 2001 From: Allan McRae Date: Mon, 15 Jul 2013 14:14:46 +1000 Subject: Do not refer to FlySpray numbers These references to bug numbers assume we will forever be using that bug tracker. It is better to properly comment the code instead (which was done in almost all cases anyway). Signed-off-by: Allan McRae --- lib/libalpm/dload.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libalpm/dload.c') diff --git a/lib/libalpm/dload.c b/lib/libalpm/dload.c index 342afbc2..8537b3db 100644 --- a/lib/libalpm/dload.c +++ b/lib/libalpm/dload.c @@ -466,7 +466,7 @@ static int curl_download_internal(struct dload_payload *payload, /* disconnect relationships from the curl handle for things that might go out * of scope, but could still be touched on connection teardown. This really - * only applies to FTP transfers. See FS#26327 for an example. */ + * only applies to FTP transfers. */ curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1L); curl_easy_setopt(curl, CURLOPT_ERRORBUFFER, (char *)NULL); -- cgit v1.2.3-24-g4f1b