VirtualBox

Changeset 45195 in vbox for trunk/src


Ignore:
Timestamp:
Mar 26, 2013 2:54:48 PM (12 years ago)
Author:
vboxsync
Message:

xslt/java: fixes VirtualBoxManager::dissconnect on attempt to disconnect already closed connection.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/glue/glue-java.xsl

    r43869 r45195  
    1111        VirtualBox.xidl.
    1212
    13     Copyright (C) 2010-2012 Oracle Corporation
     13    Copyright (C) 2010-2013 Oracle Corporation
    1414
    1515    This file is part of VirtualBox Open Source Edition (OSE), as
     
    39663966    {
    39673967        try {
    3968            if (this.vbox != null)
     3968           if (   this.vbox != null
     3969               && port != null)
    39693970              port.iWebsessionManagerLogoff(this.vbox.getWrapped());
    39703971        } catch (InvalidObjectFaultMsg e) {
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette