Commit 1c9077c8 authored by Russell King's avatar Russell King Committed by David S. Miller

ip6_tables.c: Uncomment debugging printf.

parent 14220f8f
......@@ -742,7 +742,7 @@ check_entry(struct ip6t_entry *e, const char *name, unsigned int size,
t = ip6t_get_target(e);
target = find_target_lock(t->u.user.name, &ret, &ip6t_mutex);
if (!target) {
// duprintf("check_entry: `%s' not found\n", t->u.name);
duprintf("check_entry: `%s' not found\n", t->u.user.name);
goto cleanup_matches;
}
if (target->me)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment