diff --git a/src/Uri.cpp b/src/Uri.cpp index 6695b947d..36791ff25 100644 --- a/src/Uri.cpp +++ b/src/Uri.cpp @@ -198,7 +198,7 @@ void Uri::parse () } std::string::size_type pos; - std::string uripart; + std::string data = this->data; std::string pathDelimiter = "/"; user = "";