mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-29 10:26:36 +01:00
comment out assert that doesn't seem to matter
This commit is contained in:
parent
c72ef78f60
commit
5334876568
1 changed files with 1 additions and 1 deletions
|
@ -628,7 +628,7 @@ pbt_do_work( PalmBTStuff* btStuff )
|
||||||
break;
|
break;
|
||||||
|
|
||||||
case PBT_ACT_CONNECT_L2C:
|
case PBT_ACT_CONNECT_L2C:
|
||||||
XP_ASSERT( btStuff->picoRole == PBT_SLAVE );
|
/* XP_ASSERT( btStuff->picoRole == PBT_SLAVE ); */
|
||||||
if ( GET_STATE(btStuff) == PBTST_ACL_CONNECTED ) {
|
if ( GET_STATE(btStuff) == PBTST_ACL_CONNECTED ) {
|
||||||
pbt_close_datasocket( btStuff );
|
pbt_close_datasocket( btStuff );
|
||||||
CALL_ERR( err, BtLibSocketCreate, btLibRefNum,
|
CALL_ERR( err, BtLibSocketCreate, btLibRefNum,
|
||||||
|
|
Loading…
Reference in a new issue