소스 검색

r19705@catbus: nickm | 2008-05-12 11:40:15 -0400
Actually load the legacy key, not just the authority key twice.


svn:r14594

Nick Mathewson 17 년 전
부모
커밋
42dc560b1a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/or/router.c

+ 1 - 1
src/or/router.c

@@ -344,7 +344,7 @@ init_v3_authority_keys(void)
     return -1;
 
   if (get_options()->V3AuthUseLegacyKey &&
-      load_authority_keyset(0, &legacy_signing_key,
+      load_authority_keyset(1, &legacy_signing_key,
                             &legacy_key_certificate)<0)
     return -1;