From: dondelelcaro Date: Mon, 15 Sep 2008 19:12:28 +0000 (+0000) Subject: * remove useless bug => X-Git-Url: https://git.donarmstrong.com/?a=commitdiff_plain;h=e3f08f27297cd219066fcb77d4440b0685b09070;hp=33a0437c96c9f55affe67ca7f6ef32ad9224d49a;p=infobot.git * remove useless bug => git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1847 c11ca15a-4712-0410-83d8-924469b57eb5 --- diff --git a/src/Modules/DebianExtra.pl b/src/Modules/DebianExtra.pl index e9e7d43..abdce2b 100644 --- a/src/Modules/DebianExtra.pl +++ b/src/Modules/DebianExtra.pl @@ -89,7 +89,7 @@ sub do_id($) { my $soap = SOAP::Lite->uri('Debbugs/SOAP/1')-> proxy('http://bugs.debian.org/cgi-bin/soap.cgi'); $soap->transport->env_proxy(); - my $temp = $soap->get_status(bug => $bug_num); + my $temp = $soap->get_status($bug_num); use Data::Dumper; &::DEBUG(Dumper($temp)); if ($temp->fault) {