first segfault due to new dprint stuff fixed

This commit is contained in:
Chrisian Richter 2006-07-18 16:14:50 +00:00
parent 6213c50b67
commit afe5545316
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}