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

Comparing ircd-hybrid-8/include/client.h (file contents):
Revision 1427 by michael, Thu Jun 7 11:36:21 2012 UTC vs.
Revision 1431 by michael, Sat Jun 9 19:15:10 2012 UTC

# Line 54 | Line 54 | struct Server
54   {
55    dlink_list server_list; /**< Servers on this server */
56    dlink_list client_list; /**< Clients on this server */
57 <  char by[NICKLEN];       /**< who activated this connection */
57 >  char by[NICKLEN + 1];   /**< who activated this connection */
58   };
59  
60   /*! \brief ListTask structure */

Diff Legend

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