net: remove now-superfluous numeric resolve
commit45fd75453e59868471572907db237630ca2b7afd
authorCory Fields <cory-nospam-@coryfields.com>
Fri, 23 Jun 2017 16:29:50 +0000 (23 12:29 -0400)
committerCory Fields <cory-nospam-@coryfields.com>
Mon, 18 Sep 2017 17:47:47 +0000 (18 13:47 -0400)
tree13b1b423cfb85a7d0c81e1cd087fdbe8cc822cc2
parent2416dd7cc94e765efbbf9069dbf0f6fb71404ebb
net: remove now-superfluous numeric resolve

This was added in order to help OpenNetworkConnection avoid creating a
connection that it would end up aborting. It was necessary because resolving
was done as part of the connection process.

Now that resolving is separated from connecting, this case is detected before
the connection is attempted.
src/net.cpp