diff --git a/afl/src/events/mod.rs b/afl/src/events/mod.rs index 86bd20f63d..163b6d9670 100644 --- a/afl/src/events/mod.rs +++ b/afl/src/events/mod.rs @@ -742,7 +742,7 @@ where /// Else, it will act as client. pub fn new_on_port_std(stats: ST) -> Result { Ok(Self { - llmp: llmp::LlmpConnection::on_port(port)?, + llmp: llmp::LlmpConnection::on_port(1337)?, stats: stats, phantom: PhantomData, })