From ce86b4663dbe3507daa0cff7dbac20c1ea385180 Mon Sep 17 00:00:00 2001 From: Valkum Date: Wed, 11 May 2016 20:34:30 +0200 Subject: [PATCH] Missed this one by extracting this from my actual program. --- examples/networking/dns_matching/dns_matching.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/networking/dns_matching/dns_matching.c b/examples/networking/dns_matching/dns_matching.c index 924460c..d728988 100644 --- a/examples/networking/dns_matching/dns_matching.c +++ b/examples/networking/dns_matching/dns_matching.c @@ -53,7 +53,7 @@ struct Leaf { BPF_TABLE("hash", struct Key, struct Leaf, cache, 128); -int dns_test(struct __sk_buff *skb) +int dns_matching(struct __sk_buff *skb) { u8 *cursor = 0; struct Key key = {}; -- 2.7.4