Changeset 196

Show
Ignore:
Timestamp:
02/26/07 09:26:11 (2 years 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/trunk/lib/HoneyClient/Manager.pm

    r158 r196  
    506506        print "Calling isRegisteredVM()...\n"; 
    507507        $som = $stubVM->isRegisteredVM(config => $vmCloneConfig); 
    508         print "Result: " . $som->result() . "\n"; 
    509508        $ret = $som->result(); 
     509        if (defined($ret)) { 
     510            print "Result: " . $ret . "\n"; 
     511        } 
    510512    } 
    511513