Changeset 804 in ProjectBuilder for devel


Ignore:
Timestamp:
Jul 5, 2009, 2:20:45 PM (15 years ago)
Author:
Bruno Cornec
Message:
  • Fix a critical bug on pb, where a module was loaded optionaly with use instead of require (prevents update of VMs)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r792 r804  
    14331433            # For monitoring control
    14341434            if ((($vmtype->{$ENV{'PBPROJ'}}) eq "kvm") || (($vmtype->{$ENV{'PBPROJ'}}) eq "qemu")) {
    1435                 use Net::Telnet;
     1435                require Net::Telnet;
    14361436                my $t = new Net::Telnet (Timeout => 120, Host => "localhost", Port => $vmmonport->{$ENV{'PBPROJ'}}) || die "Unable to dialog on the monitor";
    14371437                # move to monitor mode
Note: See TracChangeset for help on using the changeset viewer.