mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-04-16 13:33:05 -04:00
Fixed compile error.
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@7432 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
48e5a49cd5
commit
7a63e1985b
@ -895,7 +895,7 @@ bool RsGxsNetService::locked_processTransac(RsNxsTransac* item)
|
||||
// note state as receiving, commencement item
|
||||
// is sent on next run() loop
|
||||
tr->mFlag = NxsTransaction::FLAG_STATE_STARTING;
|
||||
return;
|
||||
return true;
|
||||
// commencement item for outgoing transaction
|
||||
}else if(item->transactFlag & RsNxsTransac::FLAG_BEGIN_P2){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user