Missed file from previous changeset

This commit is contained in:
Valery Yatsko 2008-04-20 08:46:04 +04:00
parent a64c5173a7
commit 422b30826e
1 changed files with 1 additions and 1 deletions

View File

@ -605,7 +605,7 @@ introduce_client(struct Client *client_p, struct Client *source_p, struct User *
{
sockhost[0] = '0';
sockhost[1] = '\0';
strlcat(sockhost, source_p->sockhost, sizeof(sockhost));
rb_strlcat(sockhost, source_p->sockhost, sizeof(sockhost));
} else
strcpy(sockhost, source_p->sockhost);