Update main.rs

This commit is contained in:
Kurosh Dabbagh Escalante
2023-02-19 14:04:59 +01:00
committed by GitHub
parent 95ceb85154
commit 8f56c679e7
+2 -1
View File
@@ -51,7 +51,8 @@ fn main() {
{
return;
}
// Remove all these if statements in order to obtain the PoC without the fork mechanism
if fork() == 0
{
return;