VirtualBox

Changeset 33611 in vbox for trunk/src/VBox/Main/xml


Ignore:
Timestamp:
Oct 29, 2010 2:50:45 PM (15 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
67222
Message:

Main: fix end marker bug in VRDE settings processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Main/xml/Settings.cpp

    r33557 r33611  
    32513251}
    32523252
     3253#include <stdio.h>
    32533254/**
    32543255 * Creates a <Hardware> node under elmParent and then writes out the XML
     
    34503451        pelmVRDE->setAttribute("port", strPort);
    34513452
    3452         Utf8Str strAddress; 
     3453        Utf8Str strAddress;
    34533454        it = hw.vrdeSettings.mapProperties.find("TCP/Address");
    3454         if (it != hardwareMachine.vrdeSettings.mapProperties.end())
     3455        if (it != hw.vrdeSettings.mapProperties.end())
    34553456            strAddress = it->second;
    34563457        if (strAddress.length())
Note: See TracChangeset for help on using the changeset viewer.

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