Changeset b323a3a in mainline


Ignore:
Timestamp:
2013-07-25T12:47:14Z (11 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
83781a22
Parents:
65f991e
Message:

fix address family

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inetsrv.c

    r65f991e rb323a3a  
    6969
    7070static inet_addr_t multicast_all_nodes = {
    71         .family = AF_INET,
     71        .family = AF_INET6,
    7272        .addr6 = {0xff, 0x02, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0x01}
    7373};
Note: See TracChangeset for help on using the changeset viewer.