forked from premiere/premiere-libtorrent
fixed incorrect change in earlier check-in
This commit is contained in:
parent
947df91b20
commit
4f68ca55dc
|
@ -932,7 +932,7 @@ namespace libtorrent
|
|||
"connection in favour of this one");
|
||||
#endif
|
||||
i->connection->disconnect();
|
||||
i->connection = &c;
|
||||
i->connection = 0;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue