X-Git-Url: http://git.pk910.de/?a=blobdiff_plain;f=ircd%2Fs_user.c;h=ecedb0629085a789566bed87b7aab699568ac1be;hb=c9528a3dcbc79306780b6eed901e838ba5aa0b25;hp=8226a8e002b3e6be96f931a1501cd41454244d2f;hpb=5fb1df47a41c3eb349aaa0151ef7305dc5d157a7;p=ircu2.10.12-pk.git diff --git a/ircd/s_user.c b/ircd/s_user.c index 8226a8e..ecedb06 100644 --- a/ircd/s_user.c +++ b/ircd/s_user.c @@ -599,7 +599,8 @@ int set_nick_name(struct Client* cptr, struct Client* sptr, } if (HasHiddenHost(new_client)) ircd_snprintf(0, cli_user(new_client)->host, HOSTLEN, "%s.%s", - account, feature_str(FEAT_HIDDEN_HOST)); + cli_user(new_client)->account, + feature_str(FEAT_HIDDEN_HOST)); return register_user(cptr, new_client); }