]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Properly return error code to the caller. This should fix the following
authorMaksim Yevmenkin <emax@FreeBSD.org>
Mon, 19 Jan 2009 22:06:35 +0000 (22:06 +0000)
committerMaksim Yevmenkin <emax@FreeBSD.org>
Mon, 19 Jan 2009 22:06:35 +0000 (22:06 +0000)
commit90326507bd850b148a6465aaedc0b772cb0fc29a
treed7dba61f98bac0080f0505e111703ea1ea8cbee4
parent70e1b678ee030ddd01336e223996fbdd2b13cb22
Properly return error code to the caller. This should fix the following
panic in ng_l2cap(4).

panic: ng_l2cap_l2ca_con_req: ubt0l2cap - could not find connection!

While i'm here get rid of few goto's.

MFC after: 1 week
sys/netgraph/bluetooth/l2cap/ng_l2cap_llpi.c