mirror of
https://github.com/torvalds/linux.git
synced 2025-11-06 03:29:11 +02:00
This commit fixes a useless call issue detected by Coverity (CID
1508092). The call to horrible_allowedips_lookup_v4 is unnecessary as
its return value is never checked.
Signed-off-by: Dheeraj Reddy Jonnalagadda <dheeraj.linuxdev@gmail.com>
Fixes:
|
||
|---|---|---|
| .. | ||
| allowedips.c | ||
| counter.c | ||
| ratelimiter.c | ||