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

Comparing ircd-hybrid/branches/8.2.x/modules/m_svsnick.c (file contents):
Revision 4564 by michael, Sun Aug 24 10:24:47 2014 UTC vs.
Revision 4589 by michael, Tue Aug 26 15:59:21 2014 UTC

# Line 126 | Line 126 | ms_svsnick(struct Client *source_p, int
126  
127    watch_check_hash(target_p, RPL_LOGON);
128  
129 <  fd_note(&target_p->localClient->fd, "Nick: %s", parv[2]);
129 >  fd_note(&target_p->connection->fd, "Nick: %s", parv[2]);
130    return 0;
131   }
132  

Diff Legend

Removed lines
+ Added lines
< Changed lines (old)
> Changed lines (new)