|
From: Anders J. <and...@us...> - 2001-11-14 11:05:20
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
sdp.c 1.81 1.82=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
* Corrected debugmessage in sdp_database_read
The diff of the modified file(s):
--- sdp.c 2001/10/15 13:29:06 1.81
+++ sdp.c 2001/11/14 11:05:19 1.82
@@ -977,7 +977,7 @@
}
=20
D_XMIT(__FUNCTION__ " preparing to send %d bytes data to sdp_con[%d]\n", =
db_hdl.len, db_hdl.sdp_con_id);
- PRINTPKT("Data to be sent to client:", db_hdl.data, db_hdl.len);
+ PRINTPKT("Data to be sent to client:", sdp_buf->frame, db_hdl.len);
=20
l2cap_send_data(db_write_tx_buf, sdp_con_list[db_hdl.sdp_con_id].l2cap);
db_write_tx_buf =3D NULL;
|