Changeset 1927 in ProjectBuilder


Ignore:
Timestamp:
Dec 29, 2014, 12:51:16 PM (9 years ago)
Author:
Bruno Cornec
Message:
  • Fix an error in vpid declaration with a masking effect in a subfunction causing VM to not work anymore with pb
File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r1917 r1927  
    29952995    my $vmmport = undef;
    29962996    ($vexist,$vmmport) = pb_check_ps($tmpcmd,$vmm);
    2997     my $vpid = 0;
     2997    $vpid = 0;
    29982998    if (! $vexist) {
    29992999        if ($pbstep == 0) {
Note: See TracChangeset for help on using the changeset viewer.