From be545bfcad9b4b4ebac5245118c2bea4ea91fda3 Mon Sep 17 00:00:00 2001
From: deuce <>
Date: Sat, 22 Aug 2015 07:11:07 +0000
Subject: [PATCH] Fix warnings... this change is likely to break the Windows
 stuff though... I'll check it out later...

---
 src/sbbs3/userdat.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/sbbs3/userdat.h b/src/sbbs3/userdat.h
index 846afda9ed..d5d7494725 100644
--- a/src/sbbs3/userdat.h
+++ b/src/sbbs3/userdat.h
@@ -135,7 +135,7 @@ DLLEXPORT BOOL	DLLCALL check_name(scfg_t* cfg, const char* name);
 
 /* Login attempt/hack tracking */
 typedef struct {
-	struct in6_addr addr;	/* host with consecutive failed login attmepts */
+	union xp_sockaddr addr;	/* host with consecutive failed login attmepts */
 	sa_family_t	family;
 	ulong		count;	/* number of consecutive failed login attempts */
 	ulong		dupes;	/* number of consecutive dupliate login attempts (same name and password) */
-- 
GitLab