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:
Johannes Schlatow 2011-03-11 00:54:43 +01:00
parent 96d406960d
commit 236b017d57

View file

@ -198,7 +198,7 @@ void Uri::parse ()
}
std::string::size_type pos;
std::string uripart;
std::string data = this->data;
std::string pathDelimiter = "/";
user = "";