mirror of
https://github.com/PurpleI2P/i2pd.git
synced 2025-03-07 06:09:42 +00:00
remove static from i2p::util::url
This commit is contained in:
10
util.cpp
10
util.cpp
@@ -248,14 +248,14 @@ namespace http
|
||||
return "";
|
||||
}
|
||||
}
|
||||
|
||||
std::string url::portstr_ = "80";
|
||||
unsigned int url::port_ = 80;
|
||||
std::string url::user_ = "";
|
||||
std::string url::pass_ = "";
|
||||
|
||||
url::url(const std::string& url_s)
|
||||
{
|
||||
portstr_ = "80";
|
||||
port_ = 80;
|
||||
user_ = "";
|
||||
pass_ = "";
|
||||
|
||||
parse(url_s);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user