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/ogAdmServer.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/ogAdmServer.h') diff --git a/src/ogAdmServer.h b/src/ogAdmServer.h index 0768561..59c7ea1 100644 --- a/src/ogAdmServer.h +++ b/src/ogAdmServer.h @@ -23,7 +23,6 @@ struct og_dbi; bool actualizaConfiguracion(struct og_dbi *,char* ,int); -bool WakeUp(int, const char *, const char *, const char *, const char *); bool actualizaCreacionImagen(struct og_dbi *,char*,char*,char*,char*,char*,char*); bool actualizaHardware(struct og_dbi *dbi, char* ,char*,char*,char*); bool cuestionPerfilHardware(struct og_dbi *dbi,char*,char*,int,char*,char*,int *,int); -- cgit v1.2.3-18-g5258