forked from markus/S_New4
ip nur 3 .
This commit is contained in:
parent
19b16f1d15
commit
9cd5f8f18d
@ -1044,9 +1044,9 @@ int setS5ProxytoSettings(Settings &settings, std::string Optarg)
|
||||
return 2;
|
||||
}
|
||||
}
|
||||
//Überprüfe ob Ip aus 4 * '.' besteht und dann eine Zahl ist:
|
||||
//Überprüfe ob Ip aus 3 * '.' besteht und dann eine Zahl ist:
|
||||
std::string tmpIp = settings.proxy_ip;
|
||||
for (int i = 0; i < 4; ++i) {
|
||||
for (int i = 0; i < 3; ++i) {
|
||||
if(tmpIp.find(".") != std::string::npos) {
|
||||
tmpIp.erase(static_cast<size_t>(tmpIp.find(".")), 1);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user