mirror of
https://github.com/RetroShare/RetroShare.git
synced 2024-12-27 16:39:29 -05: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 ;
|
++ittmp ;
|
||||||
it->second.clear() ;
|
it->second.clear() ;
|
||||||
_incoming_data_pipes.erase(it) ;
|
_incoming_data_pipes.erase(it) ;
|
||||||
it == ittmp ;
|
it = ittmp ;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
++it ;
|
++it ;
|
||||||
|
Loading…
Reference in New Issue
Block a user