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:
csoler 2015-04-25 18:22:07 +00:00
parent 7c4947fbfb
commit 03afc77f65

View File

@ -1189,7 +1189,7 @@ void p3GRouter::autoWash()
++ittmp ;
it->second.clear() ;
_incoming_data_pipes.erase(it) ;
it == ittmp ;
it = ittmp ;
}
else
++it ;