소스 검색

Save a compiler warning

Ian Goldberg 1 년 전
부모
커밋
9c4dccb544
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      Enclave/storage.cpp

+ 1 - 1
Enclave/storage.cpp

@@ -498,7 +498,7 @@ void storage_received(MsgBuffer &storage_buf)
     pthread_mutex_unlock(&storage_buf.mutex);
 
     if (g_teems_config.private_routing) {
-        bool ret = generate_all_tokens();
+        generate_all_tokens();
     }
 
     processMsgs();