Explorar o código

Save a compiler warning

Ian Goldberg hai 1 ano
pai
achega
9c4dccb544
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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();