From 216986e8481c81cd81a14138f5f7076c495bb2b4 Mon Sep 17 00:00:00 2001 From: OpenGnSys Support Team Date: Wed, 22 Dec 2021 16:38:29 +0100 Subject: #915 consolidate WoL sender function This patch aims simplifies the WoL sender routine. A few related changes: - Replace goto err to continue if IP address is malformed - Use ret |= instead of ret &= to accumulate error code. --- src/ogAdmLib.h | 2 -- 1 file changed, 2 deletions(-) (limited to 'src/ogAdmLib.h') diff --git a/src/ogAdmLib.h b/src/ogAdmLib.h index 1845c2b..3e7de97 100644 --- a/src/ogAdmLib.h +++ b/src/ogAdmLib.h @@ -34,8 +34,6 @@ #define ANNOREF 2009 // Año de referencia base -#define PUERTO_WAKEUP 9 // Puerto wake up - #define MAXHARDWARE 128 // Máximos elementos hardware a detectar #define MAXSOFTWARE 8096 // Máximos elementos software a detectar -- cgit v1.2.3-18-g5258