소스 검색

modules/rls: changed default hash size from 512 to 9 to avoid overflow

Richard Good 11 년 전
부모
커밋
48bb4b562d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      modules/rls/rls.c

+ 1 - 1
modules/rls/rls.c

@@ -89,7 +89,7 @@ int *rls_notifier_id = NULL;
 str db_url = str_init(DEFAULT_DB_URL);
 str xcap_db_url = str_init("");
 str rlpres_db_url = str_init("");
-int hash_size = 512;
+int hash_size = 9;
 shtable_t rls_table;
 contains_event_t pres_contains_event;
 search_event_t pres_search_event;