# | Line 365 | Line 365 | register_local_user(struct Client *sourc | |
---|---|---|
365 | ||
366 | assert(source_p == source_p->from); | |
367 | assert(MyConnect(source_p)); | |
368 | + | assert(IsUnknown(source_p)); |
369 | assert(!source_p->connection->registration); | |
370 | ||
371 | if (ConfigGeneral.ping_cookie) |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |