| # | Line 89 | Line 89 | mo_testline(struct Client *client_p, str | |
|---|---|---|
| 89 | int parc, char *parv[]) | |
| 90 | { | |
| 91 | char *given_name; | |
| 92 | < | const char *given_host = NULL; |
| 92 | > | char *given_host = NULL; |
| 93 | struct ConfItem *conf; | |
| 94 | struct AccessItem *aconf; | |
| 95 | struct irc_ssaddr ip; | |
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |