Browse Source

reconstruct database added back

avadapal 1 year ago
parent
commit
7a2c3edf7d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      duoram-online/duoram-utils.h

+ 1 - 1
duoram-online/duoram-utils.h

@@ -98,7 +98,7 @@ void reconstruct_database(tcp::socket& sb, DB_t DB[], const size_t db_nitems)
 			DB_j = DB_j + DB[j];
 			if(DB_j != 0) std::cout << j << " -> " << DB_j << std::endl;
 		}
-}
+}