summaryrefslogtreecommitdiff
path: root/src/feature/hs/hs_service.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/feature/hs/hs_service.c')
-rw-r--r--src/feature/hs/hs_service.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/feature/hs/hs_service.c b/src/feature/hs/hs_service.c
index fd981f8e17..30d01540f2 100644
--- a/src/feature/hs/hs_service.c
+++ b/src/feature/hs/hs_service.c
@@ -3410,7 +3410,7 @@ hs_service_get_version_from_key(const hs_service_t *service)
tor_assert(service);
/* We'll try to load the key for version 3. If not found, we'll try version
- * 2 and if not found, we'll send back an unknown version (0). */
+ * 2 and if not found, we'll send back an unknown version (-1). */
directory_path = service->config.directory_path;
/* Version 3 check. */