VirtualBox

Changeset 49024 in vbox for trunk/src/VBox/NetworkServices


Ignore:
Timestamp:
Oct 10, 2013 11:26:51 AM (11 years ago)
Author:
vboxsync
Message:

portfwd.c: typo: portfwd_rule_add_del(, SOCKET -> int) parameter used in term of bool to add (2) isn't 0 and to delete otherwise, not as file descriptor.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/VBox/NetworkServices/NAT/portfwd.c

    r49023 r49024  
    2626
    2727static int portfwd_chan_send(struct portfwd_msg *);
    28 static int portfwd_rule_add_del(struct fwspec *, SOCKET);
     28static int portfwd_rule_add_del(struct fwspec *, int);
    2929static int portfwd_pmgr_chan(struct pollmgr_handler *, SOCKET, int);
    3030
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