summaryrefslogtreecommitdiff
path: root/security/dirb/patches/patch-aa
blob: 099cdbdc7af19248b3a8fe0fff93450aad74b83c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-aa,v 1.1 2006/11/19 08:15:44 wiz Exp $

--- src/get_url.c.orig	2005-11-23 11:19:33.000000000 +0000
+++ src/get_url.c
@@ -52,7 +52,6 @@ retry:
 
     curl_easy_setopt(curl, CURLOPT_URL, resp_url);
     curl_easy_setopt(curl, CURLOPT_NOPROGRESS, 1);
-    curl_easy_setopt(curl, CURLOPT_MUTE, 1);
     curl_easy_setopt(curl, CURLOPT_TIMEOUT, TIMEOUT);
     curl_easy_setopt(curl, CURLOPT_USERAGENT, options.agente);
     curl_easy_setopt(curl, CURLOPT_HEADERFUNCTION, get_header);