Missed file from previous changeset
This commit is contained in:
parent
1f9de103c3
commit
79c70bbb9c
1 changed files with 1 additions and 1 deletions
|
@ -605,7 +605,7 @@ introduce_client(struct Client *client_p, struct Client *source_p, struct User *
|
||||||
{
|
{
|
||||||
sockhost[0] = '0';
|
sockhost[0] = '0';
|
||||||
sockhost[1] = '\0';
|
sockhost[1] = '\0';
|
||||||
strlcat(sockhost, source_p->sockhost, sizeof(sockhost));
|
rb_strlcat(sockhost, source_p->sockhost, sizeof(sockhost));
|
||||||
} else
|
} else
|
||||||
strcpy(sockhost, source_p->sockhost);
|
strcpy(sockhost, source_p->sockhost);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue