aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.gitmodules2
m---------depends/odhtdb0
-rw-r--r--src/Cache.cpp3
3 files changed, 3 insertions, 2 deletions
diff --git a/.gitmodules b/.gitmodules
index 4d7ad9f..8fd227f 100644
--- a/.gitmodules
+++ b/.gitmodules
@@ -1,3 +1,3 @@
[submodule "depends/odhtdb"]
path = depends/odhtdb
- url = https://github.com/DEC05EBA/odhtdb.git
+ url = https://gitlab.com/DEC05EBA/odhtdb.git
diff --git a/depends/odhtdb b/depends/odhtdb
-Subproject 9921c31990255d16a87e7b8155167e373343690
+Subproject 92217f9654284d2b3db4c4e17c154658a212545
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);
}