| # | Line 142 | Line 142 | mo_dline(struct Client *client_p, struct | |
|---|---|---|
| 142 | int bits, t; | |
| 143 | const char *current_date = NULL; | |
| 144 | time_t cur_time; | |
| 145 | < | char hostip[HOSTIPLEN]; |
| 145 | > | char hostip[HOSTIPLEN + 1]; |
| 146 | char buffer[IRCD_BUFSIZE]; | |
| 147 | ||
| 148 | if (!HasOFlag(source_p, OPER_FLAG_DLINE)) | |
| # | Line 294 | Line 294 | ms_dline(struct Client *client_p, struct | |
| 294 | int bits, t; | |
| 295 | const char *current_date = NULL; | |
| 296 | time_t cur_time; | |
| 297 | < | char hostip[HOSTIPLEN]; |
| 297 | > | char hostip[HOSTIPLEN + 1]; |
| 298 | char buffer[IRCD_BUFSIZE]; | |
| 299 | ||
| 300 | if (parc != 5 || EmptyString(parv[4])) | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |