summaryrefslogtreecommitdiff
path: root/crates
diff options
context:
space:
mode:
Diffstat (limited to 'crates')
-rw-r--r--crates/tor-dirmgr/src/storage/sqlite.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/crates/tor-dirmgr/src/storage/sqlite.rs b/crates/tor-dirmgr/src/storage/sqlite.rs
index 811ff1c50..1b5d9f425 100644
--- a/crates/tor-dirmgr/src/storage/sqlite.rs
+++ b/crates/tor-dirmgr/src/storage/sqlite.rs
@@ -395,7 +395,7 @@ impl Store for SqliteStore {
// anything at all, not even diffs.
let expires = valid_until + CONSENSUS_LIFETIME;
- let doctype = format!("con:{}", flavor.name());
+ let doctype = format!("con_{}", flavor.name());
let h = self.save_blob_internal(
contents.as_bytes(),