瀏覽代碼

#22211 Fix a comment in routerparse.c

Nick Mathewson 7 年之前
父節點
當前提交
ee3ccd2fac
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/or/routerparse.c

+ 1 - 1
src/or/routerparse.c

@@ -2585,7 +2585,7 @@ routerstatus_parse_entry_from_string(memarea_t *area,
       goto err;
     }
   } else if (flav == FLAV_MICRODESC) {
-    offset = -1; /* There is no identity digest */
+    offset = -1; /* There is no descriptor digest in an md consensus r line */
   }
 
   if (vote_rs) {