- Timestamp:
- Jan 13, 2011 3:05:07 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/NATEngineImpl.cpp
r35368 r35535 289 289 if (it->first == name) 290 290 return setError(E_INVALIDARG, 291 tr("A NAT rule of this name does already exist"));291 tr("A NAT rule of this name already exists")); 292 292 if ( r.strHostIP == Utf8Str(aBindIp) 293 293 && r.u16HostPort == aHostPort) 294 294 return setError(E_INVALIDARG, 295 tr("A NAT rule for this host port and this host IP does already exist"));295 tr("A NAT rule for this host port and this host IP already exists")); 296 296 } 297 297
Note:
See TracChangeset
for help on using the changeset viewer.