Skip to content
Snippets Groups Projects
Commit be545bfc authored by deuce's avatar deuce
Browse files

Fix warnings... this change is likely to break the Windows stuff though...

I'll check it out later...
parent 8bf5e97a
No related branches found
No related tags found
No related merge requests found
......@@ -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) */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment