View | Details | Raw Unified | Return to bug 199882
Collapse All | Expand All

(-)ng_l2cap_ulpi.c (+1 lines)
Lines 398-403 Link Here
398
		ip->lcid = ch->scid;
398
		ip->lcid = ch->scid;
399
		ip->psm = ch->psm;
399
		ip->psm = ch->psm;
400
		ip->ident = ch->ident;
400
		ip->ident = ch->ident;
401
		ip->linktype = ch->con->linktype;
401
402
402
		NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0);
403
		NG_SEND_MSG_HOOK(error, l2cap->node, msg, l2cap->l2c, 0);
403
	}
404
	}

Return to bug 199882