|
From: Peter K. <pk...@us...> - 2001-08-30 05:37:17
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
l2cap.c 1.112 1.113=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Fixed a typo.
The diff of the modified file(s):
--- l2cap.c 2001/07/18 10:07:02 1.112
+++ l2cap.c 2001/08/30 05:37:17 1.113
@@ -1326,7 +1326,7 @@
}
else{
D_CON(__FUNCTION__ ": Denying connection. Current connections: %d,=20
- max connections: %d\n", bt_connections, bt_max_connections=
);
+ max connections: %d\n", hci_ctrl.nbr_of_connections, bt_ma=
x_connections);
lp_connect_rsp(bd_addr,0);
}
}
|