Преглед на файлове

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();