| # | 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 */ | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |