VirtualBox

Changeset 61802 in vbox for trunk/src/VBox/Devices/Network


Ignore:
Timestamp:
Jun 21, 2016 3:57:33 PM (9 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
108202
Message:

NAT: Move variable used only inside an #ifdef into that #ifdef.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/Devices/Network/slirp/resolv_conf_parser.c

    r61756 r61802  
    433433{
    434434    char *pszNext = *ppszNext;
    435     uint16_t port;
    436435    int rc = VINF_SUCCESS;
    437436
     
    444443    else if (*pszNext == '.')
    445444    {
     445        uint16_t port;
     446
    446447        rc = RTStrToUInt16Ex(++pszNext, NULL, 10, &port);
    447448        if (RT_SUCCESS(rc))
Note: See TracChangeset for help on using the changeset viewer.

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