- Timestamp:
- Apr 2, 2018 10:37:11 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Runtime/common/net/macstr.cpp
r69111 r71627 60 60 int rc = RTStrToUInt8Ex(RTStrStripL(pszValue), &pszNext, 16, &pAddr->au8[0]); 61 61 if (rc != VINF_SUCCESS && rc != VWRN_TRAILING_CHARS) 62 return VERR_ GETOPT_INVALID_ARGUMENT_FORMAT;62 return VERR_INVALID_PARAMETER; 63 63 if (*pszNext++ != ':') 64 return VERR_ GETOPT_INVALID_ARGUMENT_FORMAT;64 return VERR_INVALID_PARAMETER; 65 65 66 66 /* middle */
Note:
See TracChangeset
for help on using the changeset viewer.