fixed FAKEIDENT handling
[ircu2.10.12-pk.git] / ircd / s_user.c
index 3855fbcd5d03b12eee93a0eea09c675c40a08f12..ccaed506618724d3ff44afd914968b5f4128c30b 100644 (file)
@@ -972,14 +972,14 @@ void send_user_info(struct Client* sptr, char* names, int rpl, InfoFormatter fmt
  * @param[in] flag Some flag that affects host-hiding (FLAG_HIDDENHOST, FLAG_ACCOUNT, FLAG_FAKEHOST).
  * @return Zero.
  */
-
 int
 hide_hostmask(struct Client *cptr, unsigned int flag) {
-  return hide_hostmask(chptr, flag, NULL);
+  return hide_ident_hostmask(cptr, flag, NULL);
 }
 
 int
-hide_hostmask(struct Client *cptr, unsigned int flag, char *username)
+hide_ident_hostmask(struct Client *cptr, unsigned int flag, char *username)
 {
   struct Membership *chan;
   char buf[HOSTLEN];