mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-06-21 04:44:25 -04:00
added mssing state change
git-svn-id: http://svn.code.sf.net/p/retroshare/code/branches/v0.5-GenericTunneling@6338 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
cb9f174efa
commit
6a88d7382a
1 changed files with 1 additions and 0 deletions
|
@ -2977,6 +2977,7 @@ void p3ChatService::receiveTurtleData( RsTurtleGenericTunnelItem *gitem,const st
|
||||||
}
|
}
|
||||||
it->second.last_contact = time(NULL) ;
|
it->second.last_contact = time(NULL) ;
|
||||||
memcpy(aes_key,it->second.aes_key,DISTANT_CHAT_AES_KEY_SIZE) ;
|
memcpy(aes_key,it->second.aes_key,DISTANT_CHAT_AES_KEY_SIZE) ;
|
||||||
|
it->second.status = RS_DISTANT_CHAT_STATUS_CAN_TALK ;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Call the AES crypto module
|
// Call the AES crypto module
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue