!= instead of < for comparison with end iterator

Change-Id: I16f3b768cdb3304d3f7a9b3a63a4262377c7c89b
This commit is contained in:
Julien Nabet
2012-05-02 17:09:10 +02:00
parent 5c22a03320
commit d9051c4ce5

View File

@@ -204,7 +204,7 @@ found:
{
pC->pTopic->_Disconnect( (long) hConv );
for ( ConvList::iterator it = pService->pConv->begin();
it < pService->pConv->end();
it != pService->pConv->end();
++it
) {
if ( *it == pC )