소스 검색

Update comment: get_connection_array no longer takes "n"

teor (Tim Wilson-Brown) 8 년 전
부모
커밋
fb3e862b86
1개의 변경된 파일1개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 2
      src/or/main.c

+ 1 - 2
src/or/main.c

@@ -500,8 +500,7 @@ connection_in_array(connection_t *conn)
   return smartlist_contains(connection_array, conn);
   return smartlist_contains(connection_array, conn);
 }
 }
 
 
-/** Set <b>*array</b> to an array of all connections, and <b>*n</b>
- * to the length of the array. <b>*array</b> and <b>*n</b> must not
+/** Set <b>*array</b> to an array of all connections. <b>*array</b> must not
  * be modified.
  * be modified.
  */
  */
 smartlist_t *
 smartlist_t *