Changeset 30b350355b2253baf8d5bafb250ac57b580888f1

Show
Ignore:
Timestamp:
26/11/06 23:17:41 (2 years ago)
Author:
Rémi Denis-Courmont <rem@videolan.org>
git-committer:
Rémi Denis-Courmont <rem@videolan.org> 1164579461 +0000
git-parent:

[30f4531b43954821a0beb408bcf2438f9b477eac]

git-author:
Rémi Denis-Courmont <rem@videolan.org> 1164579461 +0000
Message:

Fix unitialized interface for old-style IPv4 joins

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/network/udp.c

    rd3fe7f2 r30b3503  
    214214    } opt; 
    215215    int cmd; 
    216     struct in_addr id
     216    struct in_addr id = { .s_addr = INADDR_ANY }
    217217    socklen_t optlen; 
    218218