mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2024-12-28 09:58:30 +01:00
use a constant; log a bit more for now
This commit is contained in:
parent
a1b967033f
commit
c8e55a85a3
1 changed files with 2 additions and 1 deletions
|
@ -53,7 +53,7 @@ makeJAddr( JNIEnv* env, const CommsAddrRec* addr )
|
|||
static XP_U32
|
||||
and_xport_getFlags( void* closure )
|
||||
{
|
||||
jint result = 0;
|
||||
jint result = COMMS_XPORT_FLAGS_NONE;
|
||||
AndTransportProcs* aprocs = (AndTransportProcs*)closure;
|
||||
if ( NULL != aprocs->jxport ) {
|
||||
JNIEnv* env = ENVFORME( aprocs->ti );
|
||||
|
@ -143,6 +143,7 @@ and_xport_sendNoConn( const XP_U8* buf, XP_U16 len,
|
|||
jbytes, str );
|
||||
deleteLocalRefs( env, jbytes, str, DELETE_NO_REF );
|
||||
}
|
||||
LOG_RETURNF( "%d", result );
|
||||
return result;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue