|
From: Anders J. <and...@us...> - 2003-04-14 12:30:08
|
The following file was modified in linux/drivers/char/bluetooth: Name Old version New version Tag Comment ---- ----------- ----------- --- ------- l2cap_con.c 1.16 1.17=20=20=20=20=20=20=20=20=20=20=20=20=20=20 The accompanying log: Copy the role when cloning the l2cap-object. The diff of the modified file(s): --- l2cap_con.c 18 Feb 2003 15:22:58 -0000 1.16 +++ l2cap_con.c 14 Apr 2003 12:30:05 -0000 1.17 @@ -309,6 +309,7 @@ /* set bd address in new connection */ memcpy(new_con->remote_bd, found->remote_bd, 6); memcpy(new_con->remote_class_of_dev, found->remote_class_of_dev, 3); + new_con->role =3D found->role; =20=20=20=20=20=20=20=20=20=20=20=20=20 insert_con(new_con); SHOW_LIST(); |