mirror of
https://github.com/RetroShare/RetroShare.git
synced 2025-05-02 06:06:10 -04:00
fixed stupid bug causing random crash in grouter
git-svn-id: http://svn.code.sf.net/p/retroshare/code/trunk@8171 b45a01b8-16f6-495d-af2f-9b41ad6348cc
This commit is contained in:
parent
7c4947fbfb
commit
03afc77f65
1 changed files with 1 additions and 1 deletions
|
@ -1189,7 +1189,7 @@ void p3GRouter::autoWash()
|
|||
++ittmp ;
|
||||
it->second.clear() ;
|
||||
_incoming_data_pipes.erase(it) ;
|
||||
it == ittmp ;
|
||||
it = ittmp ;
|
||||
}
|
||||
else
|
||||
++it ;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue