~ubuntu-branches/ubuntu/vivid/openipmi/vivid

« back to all changes in this revision

Viewing changes to swig/perl/ipmi_powerctl

  • Committer: Bazaar Package Importer
  • Author(s): Noèl Köthe
  • Date: 2006-09-15 17:56:24 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 etch)
  • Revision ID: james.westby@ubuntu.com-20060915175624-ljk0mg3xtcm65tvm
Tags: 2.0.7-1
* new upstream release from 2006-06-08
  Thanks to John Wright <john.wright hp.com> for initial work
  (closes: Bug#380149)
* updated Standards Version
* new binaries openipmicmd, openipmish, rmcp_ping

Show diffs side-by-side

added added

removed removed

Lines of Context:
152
152
 
153
153
        if (defined $$self->{domain_id}) {
154
154
            my $v = CloseDomain::new($self);
155
 
            $$self->{domain_id}->convert_to_domain($v);
 
155
            $$self->{domain_id}->to_domain($v);
156
156
        } else {
157
157
            $$self->{done} = 1;
158
158
        }