VirtualBox

Changeset 40422 in vbox for trunk


Ignore:
Timestamp:
Mar 11, 2012 2:37:03 AM (13 years ago)
Author:
vboxsync
Message:

NAT: warnings [-Wunused-but-set-variable]

File:
1 edited

Legend:

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

    r39409 r40422  
    276276{
    277277    struct socket *so = tp->t_socket;
    278     struct socket *so_next, *so_prev;
    279278
    280279    struct tseg_qent *te = NULL;
    281280    LogFlowFunc(("ENTER: tp = %R[tcpcb793]\n", tp));
    282     so_next = so_prev = NULL;
    283281    /*XXX: freeing the reassembly queue */
    284282    while (!LIST_EMPTY(&tp->t_segq))
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