From 1f3ce6b6c3b7478b444f0cb8f4ee5ac8d9a6dc70 Mon Sep 17 00:00:00 2001 From: michael Date: Sat, 1 Mar 2014 19:17:28 +0000 Subject: - s_auth.h: made 'flags' an unsigned int type git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3091 82007160-df01-0410-b94d-b575c5fd34c7 --- include/s_auth.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include') diff --git a/include/s_auth.h b/include/s_auth.h index f2b256a..efc7121 100644 --- a/include/s_auth.h +++ b/include/s_auth.h @@ -51,7 +51,7 @@ struct Client; struct AuthRequest { dlink_node node; /* auth_doing_list */ - int flags; + unsigned int flags; struct Client *client; /* pointer to client struct for request */ fde_t fd; /* file descriptor for auth queries */ time_t timeout; /* time when query expires */ -- cgit