# | Line 315 | Line 315 | check_xline(struct Client *source_p) | |
---|---|---|
315 | void | |
316 | register_local_user(struct Client *source_p) | |
317 | { | |
318 | – | const char *id = NULL; |
318 | const struct MaskItem *conf = NULL; | |
319 | ||
320 | assert(source_p == source_p->from); | |
# | Line 443 | Line 442 | register_local_user(struct Client *sourc | |
442 | if (check_xline(source_p)) | |
443 | return; | |
444 | ||
445 | + | const char *id; |
446 | while (hash_find_id((id = uid_get()))) | |
447 | ; | |
448 |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |