]> Sergey Matveev's repositories - btrtrc.git/commit
Fix segfault on nil conntrack.EntryHandle instance when dialing v1.1.3
authorMatt Joiner <anacrolix@gmail.com>
Wed, 10 Apr 2019 08:27:54 +0000 (18:27 +1000)
committerMatt Joiner <anacrolix@gmail.com>
Wed, 10 Apr 2019 08:27:54 +0000 (18:27 +1000)
commitbc249730aac7a6c89dd1bfb5a2f2436ddba496d3
tree98939f61827d248e70fe6c0a645efae87edf0dee
parentd4788882316354d3e44bd1926faed5f48449974a
Fix segfault on nil conntrack.EntryHandle instance when dialing

Fixes https://github.com/anacrolix/torrent/issues/314. Comments were added to the the conntrack package master, but have no functional change required here.
client.go