strlcpy -> rb_strlcpy

This commit is contained in:
Valery Yatsko 2008-04-20 08:40:40 +04:00
parent 6af128685d
commit f427c8b00d
43 changed files with 118 additions and 152 deletions

View file

@ -94,7 +94,7 @@ me_realhost(struct Client *client_p, struct Client *source_p,
return 0;
del_from_hostname_hash(source_p->orighost, source_p);
strlcpy(source_p->orighost, parv[1], sizeof source_p->orighost);
rb_strlcpy(source_p->orighost, parv[1], sizeof source_p->orighost);
if (irccmp(source_p->host, source_p->orighost))
SetDynSpoof(source_p);
else