Changeset 39784 in vbox for trunk/src/VBox/Devices
- Timestamp:
- Jan 17, 2012 6:47:26 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 75741
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r39778 r39784 1020 1020 N_("Unknown configuration in dns mapping")); 1021 1021 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. */ 1024 1023 RT_ZERO(szHostNameOrPattern); 1025 1024 GET_STRING(rc, pThis, pNode, "HostName", szHostNameOrPattern[0], sizeof(szHostNameOrPattern));
Note:
See TracChangeset
for help on using the changeset viewer.