- Timestamp:
- May 23, 2018 12:18:19 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/ValidationKit/common/netutils.py
r72296 r72297 85 85 return None; 86 86 87 #if '.' in sHostname or sHostname.startswith('localhost'):88 #return sHostname;87 if '.' in sHostname or sHostname.startswith('localhost'): 88 return sHostname; 89 89 90 90 #
Note:
See TracChangeset
for help on using the changeset viewer.