VirtualBox

Changeset 39784 in vbox for trunk/src/VBox/Devices


Ignore:
Timestamp:
Jan 17, 2012 6:47:26 PM (13 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
75741
Message:

regex it is not.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/DrvNAT.cpp

    r39778 r39784  
    10201020                                    N_("Unknown configuration in dns mapping"));
    10211021        char szHostNameOrPattern[255];
    1022         /* fMatch = false used for equal matching, and true if regex is used */
    1023         bool fMatch = false;
     1022        bool fMatch = false;    /* false used for equal matching, and true if wildcard pattern is used. */
    10241023        RT_ZERO(szHostNameOrPattern);
    10251024        GET_STRING(rc, pThis, pNode, "HostName", szHostNameOrPattern[0], sizeof(szHostNameOrPattern));
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