cvs commit: src/sys/netgraph/bluetooth/socket ng_btsocket.c
Maksim Yevmenkin
emax at FreeBSD.org
Wed Apr 6 13:54:06 PDT 2005
emax 2005-04-06 20:54:05 UTC
FreeBSD src repository
Modified files:
sys/netgraph/bluetooth/socket ng_btsocket.c
Log:
Remove PR_ATOMIC flag in ng_btsocket_protosw[] for BLUETOOTH_PROTO_RFCOMM
protocol. RFCOMM is a SOCK_STREAM protocol not SOCK_SEQPACKET. This was a
serious bug caused by cut-and-paste. I'm surprised it did not bite me before.
Dunce hat goes to me.
MFC after: 3 days
Revision Changes Path
1.11 +1 -1 src/sys/netgraph/bluetooth/socket/ng_btsocket.c
More information about the cvs-src
mailing list