Changeset 195

Show
Ignore:
Timestamp:
02/26/07 09:25:20 (1 year ago)
Author:
kindlund
Message:

sc: merging branch using tags svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/PRE-51 and svn+ssh://kindlund@www.honeyclient.org/home/svn/honeyclient/honeyclient/tags/bug/POST-51

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • honeyclient/branches/rel/0.9/lib/HoneyClient/Manager.pm

    r130 r195  
    476476        print "Calling isRegisteredVM()...\n"; 
    477477        $som = $stubVM->isRegisteredVM(config => $vmCloneConfig); 
    478         print "Result: " . $som->result() . "\n"; 
    479478        $ret = $som->result(); 
     479        if (defined($ret)) { 
     480            print "Result: " . $ret . "\n"; 
     481        } 
    480482    } 
    481483