# | Line 298 | Line 298 | start_auth(struct Client *client_p) | |
---|---|---|
298 | ||
299 | SetDNSPending(auth); | |
300 | ||
301 | < | if (ConfigFileEntry.disable_auth == 0) |
301 | > | if (ConfigGeneral.disable_auth == 0) |
302 | { | |
303 | SetDoingAuth(auth); | |
304 | start_auth_query(auth); |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |