summaryrefslogtreecommitdiffstats
path: root/sys/netatm/uni/uniarp_input.c
diff options
context:
space:
mode:
authorharti <harti@FreeBSD.org>2003-07-25 06:39:46 +0000
committerharti <harti@FreeBSD.org>2003-07-25 06:39:46 +0000
commit820cd379cebe8246b5360b81e1e1442f4422bca7 (patch)
treed157554a928b4d6772cdbeda44b3bf5fece42000 /sys/netatm/uni/uniarp_input.c
parentefb0411b26a07d0aa9382a43000505ce6cfabb78 (diff)
downloadFreeBSD-src-820cd379cebe8246b5360b81e1e1442f4422bca7.zip
FreeBSD-src-820cd379cebe8246b5360b81e1e1442f4422bca7.tar.gz
Make the debugging variable that controls printing of UNI messages
accessible as a sysctl and move the debugging stuff out of DIAGNOSTICS. Submitted by: Vincent Jardin <vjardin@wanadoo.fr> MFC after: 2 weeks
Diffstat (limited to 'sys/netatm/uni/uniarp_input.c')
-rw-r--r--sys/netatm/uni/uniarp_input.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/sys/netatm/uni/uniarp_input.c b/sys/netatm/uni/uniarp_input.c
index b729c63..b2cef44 100644
--- a/sys/netatm/uni/uniarp_input.c
+++ b/sys/netatm/uni/uniarp_input.c
@@ -104,10 +104,8 @@ uniarp_cpcs_data(tok, m)
KBuffer *n;
int len, plen = sizeof(struct atmarp_hdr);
-#ifdef DIAGNOSTIC
if (uniarp_print)
uniarp_pdu_print(ivp, m, "receive");
-#endif
/*
* Verify IP's VCC state
OpenPOWER on IntegriCloud