]> git.donarmstrong.com Git - infobot.git/commitdiff
* remove useless bug =>
authordondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:12:28 +0000 (19:12 +0000)
committerdondelelcaro <dondelelcaro@c11ca15a-4712-0410-83d8-924469b57eb5>
Mon, 15 Sep 2008 19:12:28 +0000 (19:12 +0000)
git-svn-id: https://svn.code.sf.net/p/infobot/code/branches/don/dpkg@1847 c11ca15a-4712-0410-83d8-924469b57eb5

src/Modules/DebianExtra.pl

index e9e7d43589dc92044cc53f19ba22fb0aacb06b74..abdce2b5065bf023249a55056712ad09b5642f09 100644 (file)
@@ -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) {