fixed compiler warning
[ircu2.10.12-pk.git] / ircd / s_auth.c
index 405978eb1d3a55ea79ea20aefb46084250ad7b74..7a2c89920e1539731759d21ba1b2ee07cc281a26 100644 (file)
@@ -1052,7 +1052,7 @@ signed int auth_loc_query(struct AuthRequest *auth, const char *account, const c
 }
 
 /** Finishes a LOC request. */
-void auth_loc_reply(const char *numeric, const char *account, const char *fakehost, const char *flags[], signed int argc) {
+void auth_loc_reply(const char *numeric, const char *account, const char *fakehost, char *flags[], signed int argc) {
     char *timestamp;
     struct AuthRequest *auth;