mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-19 11:54:22 -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
1 changed files with 1 additions and 1 deletions
|
@ -895,7 +895,7 @@ bool RsGxsNetService::locked_processTransac(RsNxsTransac* item)
|
||||||
// note state as receiving, commencement item
|
// note state as receiving, commencement item
|
||||||
// is sent on next run() loop
|
// is sent on next run() loop
|
||||||
tr->mFlag = NxsTransaction::FLAG_STATE_STARTING;
|
tr->mFlag = NxsTransaction::FLAG_STATE_STARTING;
|
||||||
return;
|
return true;
|
||||||
// commencement item for outgoing transaction
|
// commencement item for outgoing transaction
|
||||||
}else if(item->transactFlag & RsNxsTransac::FLAG_BEGIN_P2){
|
}else if(item->transactFlag & RsNxsTransac::FLAG_BEGIN_P2){
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue