mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-10-01 02:35:48 -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
@ -1189,7 +1189,7 @@ void p3GRouter::autoWash()
|
||||
++ittmp ;
|
||||
it->second.clear() ;
|
||||
_incoming_data_pipes.erase(it) ;
|
||||
it == ittmp ;
|
||||
it = ittmp ;
|
||||
}
|
||||
else
|
||||
++it ;
|
||||
|
Loading…
Reference in New Issue
Block a user