From 9c44ea97664e76047195ca5a2e3993e8d40daf1c Mon Sep 17 00:00:00 2001 From: EgorWeders <157705588+EgorWeders@users.noreply.github.com> Date: Wed, 18 Sep 2024 03:47:24 +0000 Subject: [PATCH] Fixed not defined var --- src/goodbyedpi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/goodbyedpi.c b/src/goodbyedpi.c index 4069b5e..88d518a 100644 --- a/src/goodbyedpi.c +++ b/src/goodbyedpi.c @@ -20,7 +20,7 @@ #include "ttltrack.h" #include "blackwhitelist.h" #include "fakepackets.h" - +int (*debugPrint)(char const *const _Format, ...) = NULL; // My mingw installation does not load inet_pton definition for some reason WINSOCK_API_LINKAGE INT WSAAPI inet_pton(INT Family, LPCSTR pStringBuf, PVOID pAddr);