Ignore:
Timestamp:
May 22, 2019, 4:09:18 PM (5 years ago)
Author:
coas-nagasima
Message:

ファイルディスクリプタ処理を更新

File:
1 edited

Legend:

Unmodified
Added
Removed
  • asp3_tinet_ecnl_arm/trunk/asp3_dcre/tinet/netinet/tcpn_usrreq.c

    r352 r387  
    671671                cep->p_myaddr4    = p_myaddr;
    672672                cep->p_dstaddr    = NULL;
    673                 cep->p_myaddr     = NULL;
     673                cep->p_myaddr     = NADR;
    674674
    675675#else   /* of #if API_PROTO == API_PROTO_IPV4 */
    676676
    677677                cep->p_dstaddr4   = NULL;
    678                 cep->p_myaddr4    = NULL;
     678                cep->p_myaddr4    = NADR;
    679679                cep->p_dstaddr    = p_dstaddr;
    680680                cep->p_myaddr     = p_myaddr;
Note: See TracChangeset for help on using the changeset viewer.