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

Comparing ircd-hybrid-7.2/src/s_user.c (file contents):
Revision 980 by michael, Sun Aug 9 12:51:45 2009 UTC vs.
Revision 981 by michael, Sun Aug 9 19:09:03 2009 UTC

# Line 517 | Line 517 | register_remote_user(struct Client *clie
517    assert(source_p->username != username);
518  
519    strlcpy(source_p->host, host, sizeof(source_p->host));
520  strlcpy(source_p->info, realname, sizeof(source_p->info));
520    strlcpy(source_p->username, username, sizeof(source_p->username));
521  
522    /*

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines