Parent Directory
|
Revision Log
|
Patch
revision 7570 by michael, Wed Feb 10 10:34:25 2016 UTC | revision 7571 by michael, Tue May 24 16:29:46 2016 UTC | |
---|---|---|
# | Line 315 check_xline(struct Client *source_p) | Line 315 check_xline(struct Client *source_p) |
315 | void | void |
316 | register_local_user(struct Client *source_p) | register_local_user(struct Client *source_p) |
317 | { | { |
const char *id = NULL; | ||
318 | const struct MaskItem *conf = NULL; | const struct MaskItem *conf = NULL; |
319 | ||
320 | assert(source_p == source_p->from); | assert(source_p == source_p->from); |
# | Line 443 register_local_user(struct Client *sourc | Line 442 register_local_user(struct Client *sourc |
442 | if (check_xline(source_p)) | if (check_xline(source_p)) |
443 | return; | return; |
444 | ||
445 | const char *id; | |
446 | while (hash_find_id((id = uid_get()))) | while (hash_find_id((id = uid_get()))) |
447 | ; | ; |
448 |
|
svnadmin@ircd-hybrid.org | ViewVC Help |
Powered by ViewVC 1.1.28 |