forked from premiere/premiere-libtorrent
Merge branch 'RC_1_1'
This commit is contained in:
commit
58f8fb164e
|
@ -1292,9 +1292,6 @@ namespace libtorrent
|
|||
// the specific low level operation that failed. See op_t.
|
||||
int operation;
|
||||
|
||||
// the port attempted to be opened for listening
|
||||
int port;
|
||||
|
||||
// the type of listen socket this alert refers to.
|
||||
socket_type_t sock_type;
|
||||
|
||||
|
|
|
@ -804,7 +804,6 @@ namespace libtorrent {
|
|||
, socket_type_t t)
|
||||
: error(ec)
|
||||
, operation(op)
|
||||
, port(prt)
|
||||
, sock_type(t)
|
||||
, endpoint(parse_interface(iface, prt))
|
||||
, m_alloc(alloc)
|
||||
|
|
Loading…
Reference in New Issue