mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-02 03:37:19 +02:00
parent
ea44eaac1c
commit
ab575372d7
1 changed files with 3 additions and 0 deletions
|
@ -195,6 +195,9 @@ std::string Uri::ToString ()
|
||||||
if (!_parsed)
|
if (!_parsed)
|
||||||
return std::string ();
|
return std::string ();
|
||||||
|
|
||||||
|
if (is_local ())
|
||||||
|
return _data;
|
||||||
|
|
||||||
std::string result;
|
std::string result;
|
||||||
// strip password from _user
|
// strip password from _user
|
||||||
std::string::size_type pos = _user.find (":");
|
std::string::size_type pos = _user.find (":");
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue