Skip to content

Commit

Permalink
Fixed mptcp proc pathname
Browse files Browse the repository at this point in the history
[Upstream commit 8eebab2]

Fixes: 863969e (mptcp: Fix pathname for proc)
Signed-off-by: Christoph Paasch <[email protected]>
  • Loading branch information
andyxator authored and cpaasch committed Sep 11, 2016
1 parent e257545 commit 888d808
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/pathnames.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
#define _PATH_PROCNET_IGMP6 "/proc/net/igmp6"
#define _PATH_PROCNET_TCP "/proc/net/tcp"
#define _PATH_PROCNET_TCP6 "/proc/net/tcp6"
#define _PATH_PROCNET_MPTCP "/proc/net/mptcp_net"
#define _PATH_PROCNET_MPTCP "/proc/net/mptcp_net/mptcp"
#define _PATH_PROCNET_UDP "/proc/net/udp"
#define _PATH_PROCNET_UDP6 "/proc/net/udp6"
#define _PATH_PROCNET_UDPLITE "/proc/net/udplite"
Expand Down

0 comments on commit 888d808

Please sign in to comment.