# | Line 296 | Line 296 | register_local_user(struct Client *clien | |
---|---|---|
296 | assert(source_p->username != username); | |
297 | assert(!source_p->localClient->registration); | |
298 | ||
299 | + | ClearCap(client_p, CAP_TS6); |
300 | + | |
301 | if (ConfigFileEntry.ping_cookie) | |
302 | { | |
303 | if (!IsPingSent(source_p) && |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |