diff options
author | dec05eba <dec05eba@protonmail.com> | 2018-06-02 15:42:48 +0200 |
---|---|---|
committer | dec05eba <dec05eba@protonmail.com> | 2018-06-02 15:43:21 +0200 |
commit | e540c0e0e74ca276c383053064785763c63a047a (patch) | |
tree | 43ce4a1c05ca91e7b21a8cf8baa26b1d1c464a90 /src | |
parent | f50c214551917edb58931185c47e82f0477d35cc (diff) |
Update odhtdb url to gitlab
Diffstat (limited to 'src')
-rw-r--r-- | src/Cache.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/Cache.cpp b/src/Cache.cpp index ae07f9d..2a09591 100644 --- a/src/Cache.cpp +++ b/src/Cache.cpp @@ -293,7 +293,8 @@ namespace dchat break; } default: - break; + ++it; + continue; } it = contentUrlCache.erase(it); } |