Changeset 1704 in vbox
- Timestamp:
- Mar 26, 2007 12:53:38 PM (18 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Devices/Network/DrvNAT.cpp
r1698 r1704 330 330 else if (VBOX_SUCCESS(rc)) 331 331 { 332 if (! strcasecmp(szProtocol, "TCP"))332 if (!RTStrICmp(szProtocol, "TCP")) 333 333 fUDP = false; 334 else if (! strcasecmp(szProtocol, "UDP"))334 else if (!RTStrICmp(szProtocol, "UDP")) 335 335 fUDP = true; 336 336 else
Note:
See TracChangeset
for help on using the changeset viewer.