|
From: Mattias A. <mat...@us...> - 2001-03-30 12:09:32
|
The following file was modified in linux/drivers/char/bluetooth:
Name Old version New version Comment
---- ----------- ----------- -------
sdp.c 1.70 1.71=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
use define instead of numbers
The diff of the modified file(s):
--- sdp.c 2001/03/27 19:31:11 1.70
+++ sdp.c 2001/03/30 12:09:30 1.71
@@ -587,7 +587,7 @@
/* check if we have sent a pos response yet */
if (!l2ca_remote_conf_done(l2cap)) {
/* still haven't sent a pos configure response*/
- if (l2ca_config_rsp(l2cap, 0, NULL, 1)) {
+ if (l2ca_config_rsp(l2cap, 0, NULL, CONF_SUCCESS)) {
D_ERR(__FUNCTION__ " Conf rsp failed\n");
}
} else=20
|