commit d9bfc9e2e351ab7048a09f880d79cc696c8e2c91
parent e8557ba00ddbd1fa7882c937f50a8366d9d68746
Author: David Goulet <dgoulet@torproject.org>
Date: Tue, 28 Aug 2018 08:36:28 -0400
fixup! hs: Learn service version by trying to load the keys
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git 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. */