| # | Line 930 | Line 930 | void | |
|---|---|---|
| 930 | oper_up(struct Client *source_p) | |
| 931 | { | |
| 932 | const unsigned int old = source_p->umodes; | |
| 933 | < | const struct MaskItem *conf = source_p->connection->confs.head->data; |
| 933 | > | const struct MaskItem *const conf = source_p->connection->confs.head->data; |
| 934 | ||
| 935 | assert(source_p->connection->confs.head); | |
| 936 | ||
| – | Removed lines |
| + | Added lines |
| < | Changed lines (old) |
| > | Changed lines (new) |