ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/src/whowas.c
(Generate patch)

Comparing ircd-hybrid/branches/8.2.x/src/whowas.c (file contents):
Revision 8212 by michael, Sat Dec 31 13:57:24 2016 UTC vs.
Revision 8213 by michael, Sun Apr 16 11:42:51 2017 UTC

# Line 138 | Line 138 | whowas_add_history(struct Client *client
138    strlcpy(whowas->name, client_p->name, sizeof(whowas->name));
139    strlcpy(whowas->username, client_p->username, sizeof(whowas->username));
140    strlcpy(whowas->hostname, client_p->host, sizeof(whowas->hostname));
141 +  strlcpy(whowas->realhost, client_p->realhost, sizeof(whowas->realhost));
142    strlcpy(whowas->sockhost, client_p->sockhost, sizeof(whowas->sockhost));
143    strlcpy(whowas->realname, client_p->info, sizeof(whowas->realname));
144    strlcpy(whowas->servername, client_p->servptr->name, sizeof(whowas->servername));

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines