VirtualBox

Changeset 22668 in vbox


Ignore:
Timestamp:
Sep 1, 2009 2:09:05 PM (16 years ago)
Author:
vboxsync
svn:sync-xref-src-repo-rev:
51767
Message:

NAT: some clean up.

File:
1 edited

Legend:

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

    r22664 r22668  
    703703    int i;
    704704    if (ether == NULL || pip == NULL)
    705         goto done;
     705        return rc;
    706706    for (i = 0; i < NB_ADDR; i++)
    707707    {
     
    714714        }
    715715    }
    716 done:
    717716    *pip = ip;
    718717    return rc;
     
    724723    int i;
    725724    if (ether == NULL)
    726         goto done;
     725        return rc;
    727726    for (i = 0; i < NB_ADDR; i++)
    728727    {
     
    735734        }
    736735    }
    737 done:
    738736    return rc;
    739737}
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