From afe5545316592a8c139c8e1e2e445dcd360dcc8c Mon Sep 17 00:00:00 2001 From: Chrisian Richter Date: Tue, 18 Jul 2006 16:14:50 +0000 Subject: [PATCH] first segfault due to new dprint stuff fixed --- i4lnet/net_l2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/i4lnet/net_l2.c b/i4lnet/net_l2.c index 8ffcd43..9db43bf 100644 --- a/i4lnet/net_l2.c +++ b/i4lnet/net_l2.c @@ -1873,7 +1873,7 @@ l2from_up(net_stack_t *nst, msg_t *msg) { hh->prim, hh->dinfo); l2 = select_l2(nst, SAPITEI(hh->dinfo)); if (!l2) { - dprint(DBGM_L2, l2->nst->cardnr, "%s: no l2 for sapi(%d) tei(%d)\n", __FUNCTION__, + dprint(DBGM_L2, nst->cardnr, "%s: no l2 for sapi(%d) tei(%d)\n", __FUNCTION__, SAPITEI(hh->dinfo)); return(-ENXIO); }