fixed typo in previous iterator fix

This commit is contained in:
Arvid Norberg 2008-09-18 17:53:44 +00:00
parent cd1301b1c9
commit f14e76a3f9
1 changed files with 1 additions and 1 deletions

View File

@ -1863,7 +1863,7 @@ namespace libtorrent
// update_interest may disconnect the peer and
// invalidate the iterator
++i;
(*i)->update_interest();
p->update_interest();
}
// the torrent just became finished