Code for logging and replay (doesn't work because of nondet in lua)
This commit is contained in:
@@ -269,11 +269,10 @@ public:
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
allocate_buffers();
|
||||
init_winsock();
|
||||
OPENSSL_init_ssl(0, NULL);
|
||||
SourceDB::register_lua_builtins();
|
||||
Driver driver;
|
||||
driver.drive(argc, argv);
|
||||
return driver.drive(argc, argv);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user