Changeset 762 for devel/pb/bin/pb


Ignore:
Timestamp:
04/17/09 20:22:13 (4 years ago)
Author:
bruno
Message:

called an inexistant function pb_setup instead of pb_setup_v for VM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • devel/pb/bin/pb

    r761 r762  
    458458    pb_setup_v("ve"); 
    459459} elsif ($action =~ /^setupvm$/) { 
    460     pb_setup("vm"); 
     460    pb_setup_v("vm"); 
    461461} elsif ($action =~ /^snapve$/) { 
    462462    pb_snap_v("ve"); 
Note: See TracChangeset for help on using the changeset viewer.