X-Git-Url: https://git.novaco.in/?a=blobdiff_plain;f=src%2Fnetbase.cpp;h=9bf5fe9de0a40c9ef07e2222fb67a10cc4875ce6;hb=0a18ce8f4cd1a723f50333945d94c84b45c8d56b;hp=41dec48d7324a8791a54b04ecbeb2fd013cb4bee;hpb=5ae858b9cb5aa7815773fb067e5e1a7ffa07119e;p=novacoin.git diff --git a/src/netbase.cpp b/src/netbase.cpp index 41dec48..9bf5fe9 100644 --- a/src/netbase.cpp +++ b/src/netbase.cpp @@ -136,11 +136,6 @@ bool LookupHost(const char *pszName, std::vector& vIP, unsigned int nM return LookupIntern(strHost.c_str(), vIP, nMaxSolutions, fAllowLookup); } -bool LookupHostNumeric(const char *pszName, std::vector& vIP, unsigned int nMaxSolutions) -{ - return LookupHost(pszName, vIP, nMaxSolutions, false); -} - bool Lookup(const char *pszName, std::vector& vAddr, uint16_t portDefault, bool fAllowLookup, unsigned int nMaxSolutions) { if (pszName[0] == 0)