VirtualBox

Changeset 72297 in vbox for trunk/src


Ignore:
Timestamp:
May 23, 2018 12:18:19 PM (7 years ago)
Author:
vboxsync
Message:

valkit/common: Added netutils.py with getPrimaryHostIp() and gethostnameFqdn() functions. [oops]

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/ValidationKit/common/netutils.py

    r72296 r72297  
    8585        return None;
    8686
    87     #if '.' in sHostname or sHostname.startswith('localhost'):
    88     #    return sHostname;
     87    if '.' in sHostname or sHostname.startswith('localhost'):
     88        return sHostname;
    8989
    9090    #
Note: See TracChangeset for help on using the changeset viewer.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette