Deleted Added
full compact
29c29
< * $FreeBSD: head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 121054 2003-10-12 22:04:24Z emax $
---
> * $FreeBSD: head/sys/netgraph/bluetooth/socket/ng_btsocket_l2cap.c 123812 2003-12-24 18:51:01Z alfred $
253c253
< if (error != NULL) {
---
> if (error != 0) {
1197c1197
< NG_SEND_MSG_HOOK(error,ng_btsocket_l2cap_node,msg,pcb->rt->hook,NULL);
---
> NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg,pcb->rt->hook, 0);
1232c1232
< NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg, rt->hook, NULL);
---
> NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg, rt->hook, 0);
1268c1268
< NG_SEND_MSG_HOOK(error,ng_btsocket_l2cap_node,msg,pcb->rt->hook,NULL);
---
> NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg,pcb->rt->hook, 0);
1302c1302
< NG_SEND_MSG_HOOK(error,ng_btsocket_l2cap_node,msg,pcb->rt->hook,NULL);
---
> NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg, pcb->rt->hook, 0);
1335c1335
< NG_SEND_MSG_HOOK(error,ng_btsocket_l2cap_node,msg,pcb->rt->hook,NULL);
---
> NG_SEND_MSG_HOOK(error, ng_btsocket_l2cap_node, msg,pcb->rt->hook, 0);