~ubuntu-branches/ubuntu/trusty/openipmi/trusty-updates

« back to all changes in this revision

Viewing changes to swig/perl/test_pet

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2009-07-28 10:17:23 UTC
  • mfrom: (1.2.3 upstream)
  • mto: This revision was merged to the branch mainline in revision 16.
  • Revision ID: james.westby@ubuntu.com-20090728101723-qxfi37j3g2l9dv6n
Tags: 2.0.16-1
* new upstream release from 2009-03-16
* debian/compat debian/control raised to debhelper 5
* debian/control removed URL in description new we
  have the Homepage: field
* debian/control updated Standards-Version: (no changes needed)
* debian/rules removed unused cdbd dependency

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
    sub domain_cb {
64
64
        my $self = shift;
65
65
        my $domain = shift;
 
66
        my $rv;
66
67
 
67
68
        $domain->close($$self);
68
69
    }
971
972
        $mcid = $pef->get_mc_id();
972
973
        $rv = $mcid->to_mc($get);
973
974
        if ($rv) {
974
 
            main::reg_err("Unable to convert mcid to md: $rv\n");
 
975
            main::reg_err("Unable to convert mcid to mc: $rv\n");
975
976
            $self->close();
976
977
            return;
977
978
        }