summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: 1d9f32f)
raw | patch | inline | side by side (parent: 1d9f32f)
author | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 26 Oct 2010 13:47:49 +0000 (15:47 +0200) | ||
committer | Florian Forster <octo@leeloo.lan.home.verplant.org> | |
Tue, 26 Oct 2010 13:47:49 +0000 (15:47 +0200) |
src/liboping.c | patch | blob | history |
diff --git a/src/liboping.c b/src/liboping.c
index 96a54cc663254ef66ef2c6344137d9f1b5326023..8de2464fe3e20b47156071c19f69ec5ece4ffb05 100644 (file)
--- a/src/liboping.c
+++ b/src/liboping.c
if (cmsg->cmsg_level != IPPROTO_IPV6)
continue;
- if (cmsg->cmsg_type == IPV6_RECVTCLASS)
+ if (cmsg->cmsg_type == IPV6_TCLASS)
{
memcpy (&recv_tos, CMSG_DATA (cmsg),
sizeof (recv_tos));