fixed incorrect change in earlier check-in

This commit is contained in:
Arvid Norberg 2006-11-30 20:40:41 +00:00
parent 947df91b20
commit 4f68ca55dc
1 changed files with 1 additions and 1 deletions

View File

@ -932,7 +932,7 @@ namespace libtorrent
"connection in favour of this one");
#endif
i->connection->disconnect();
i->connection = &c;
i->connection = 0;
}
}
}