diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-03-09 06:52:56 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2017-03-09 06:52:56 -0500 |
| commit | 17791cc09ac79a1ee54de1626f85f95039fb506e (patch) | |
| tree | f4006b734043550fd2a183840ec50302018bf257 /pimd/pim_sock.c | |
| parent | baf9c436222ef0901caf2ba694f87a2746ddcd02 (diff) | |
| parent | 6a5e07e0c60b93fdc2ccb076a3ee3d20ef05453e (diff) | |
Merge pull request #263 from opensourcerouting/assorted-20170308
assorted bits
Diffstat (limited to 'pimd/pim_sock.c')
| -rw-r--r-- | pimd/pim_sock.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_sock.c b/pimd/pim_sock.c index 7f62a1e9dc..07b137bb51 100644 --- a/pimd/pim_sock.c +++ b/pimd/pim_sock.c @@ -174,7 +174,7 @@ int pim_socket_mcast(int protocol, struct in_addr ifaddr, struct interface *ifp, /* Set router alert (RFC 2113) for all IGMP messages (RFC 3376 4. Message Formats)*/ if (protocol == IPPROTO_IGMP) { - char ra[4]; + uint8_t ra[4]; ra[0] = 148; ra[1] = 4; ra[2] = 0; |
