Browse Source

Save a compiler warning

Ian Goldberg 1 year ago
parent
commit
9c4dccb544
1 changed files with 1 additions and 1 deletions
  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();