|
From: Mattias A. <mat...@us...> - 2001-04-25 17:08:54
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
rfcomm.c 1.106 1.107=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
fixed typo...
The diff of the modified file(s):
--- rfcomm.c 2001/04/25 17:01:22 1.106
+++ rfcomm.c 2001/04/25 17:08:53 1.107
@@ -808,7 +808,8 @@
if (rfcomm->dlci[0].state !=3D DISCONNECTED)
{
printk("Rfcomm disconnect failed, reset session\n");
-#ifdef __KERNEL__ bt_unregister_rfcomm(rfcomm->line);
+#ifdef __KERNEL__=09=09=09
+ bt_unregister_rfcomm(rfcomm->line);
bt_disconnect_cfm(CREATE_RFCOMM_ID(rfcomm->line, 0),=20
rfcomm->l2cap->c_result);
#endif
|