Merge/Uri support
- fixed autopush bug where e.g. 'ssh://' was omitted (Uri::parse() was wrongly modifying the data member)
This commit is contained in:
@@ -198,7 +198,7 @@ void Uri::parse ()
|
|||||||
}
|
}
|
||||||
|
|
||||||
std::string::size_type pos;
|
std::string::size_type pos;
|
||||||
std::string uripart;
|
std::string data = this->data;
|
||||||
std::string pathDelimiter = "/";
|
std::string pathDelimiter = "/";
|
||||||
|
|
||||||
user = "";
|
user = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user