# | Line 318 | Line 318 | verify_access(struct Client *client_p) | |
---|---|---|
318 | return NOT_AUTHORIZED; | |
319 | } | |
320 | ||
321 | – | if (IsConfDoIdentd(conf)) |
322 | – | SetNeedId(client_p); |
323 | – | |
321 | /* Thanks for spoof idea amm */ | |
322 | if (IsConfDoSpoofIp(conf)) | |
323 | { |
– | Removed lines |
+ | Added lines |
< | Changed lines (old) |
> | Changed lines (new) |