scripts/Bugzilla.pm |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit f3b7071fe2310379ebba7154b205a5c41cd06002
Author: Michael Meeks <[email protected]>
Date:   Thu Feb 5 13:51:15 2015 +0000

    Adapt for new BZ handling of long / slow queries.

diff --git a/scripts/Bugzilla.pm b/scripts/Bugzilla.pm
index 15a95f4..2d5bc32 100644
--- a/scripts/Bugzilla.pm
+++ b/scripts/Bugzilla.pm
@@ -79,7 +79,7 @@ sub get_url($)
     my $url = shift;
     my @lines;
     my $handle;
-    open ($handle, "curl -k -s '$url' 2>&1 |") || die "can't exec curl: $!";
+    open ($handle, "curl -A 'Mozilla/4.0' -k -s '$url' 2>&1 |") || die "can't 
exec curl: $!";
     while (<$handle>) {
        push @lines, $_;
     }
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to