* [patch 2/4] make pr_debug() dynamic
@ 2008-02-07 21:10 Jason Baron
0 siblings, 0 replies; only message in thread
From: Jason Baron @ 2008-02-07 21:10 UTC (permalink / raw)
To: mathieu.desnoyers; +Cc: akpm, mingo, fche, linux-kernel
-make pptp_msg_name dependent on CONFIG_PR_DEBUG_DYNAMIC
Signed-off-by: Jason Baron <jbaron@redhat.com>
---
net/netfilter/nf_conntrack_pptp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/net/netfilter/nf_conntrack_pptp.c b/net/netfilter/nf_conntrack_pptp.c
index b5cb8e8..2be92bd 100644
--- a/net/netfilter/nf_conntrack_pptp.c
+++ b/net/netfilter/nf_conntrack_pptp.c
@@ -65,7 +65,7 @@ void
struct nf_conntrack_expect *exp) __read_mostly;
EXPORT_SYMBOL_GPL(nf_nat_pptp_hook_expectfn);
-#ifdef DEBUG
+#if defined(DEBUG) || defined(CONFIG_PR_DEBUG_DYNAMIC)
/* PptpControlMessageType names */
const char *const pptp_msg_name[] = {
"UNKNOWN_MESSAGE",
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2008-02-07 21:20 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2008-02-07 21:10 [patch 2/4] make pr_debug() dynamic Jason Baron
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox