Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Sep 10, 2010, 2:30:21 PM (15 years ago)
Author:
adrfried
Message:

add _INIT macros for the address variables

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ipv6/src/external/enet/host.c

    r7396 r7397  
    1515        return ENET_SOCKET_NULL;
    1616
     17    /* This is not a conditional bind anymore,
     18     * because WSARecvFrom returned WSAEINVAL on the IPv6 socket.
     19     * TODO: Check for it's consequences. */
    1720    if (enet_socket_bind (socket, address, family) < 0)
    1821    {
Note: See TracChangeset for help on using the changeset viewer.