blacklist: add return statement. d'oh.
This commit is contained in:
parent
c47e4958e9
commit
1db45f312a
1 changed files with 2 additions and 0 deletions
|
@ -333,6 +333,8 @@ lookup_all_blacklists(struct auth_client *auth)
|
||||||
return false;
|
return false;
|
||||||
|
|
||||||
set_provider_timeout_relative(auth, SELF_PID, blacklist_timeout);
|
set_provider_timeout_relative(auth, SELF_PID, blacklist_timeout);
|
||||||
|
|
||||||
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
static inline void
|
static inline void
|
||||||
|
|
Loading…
Reference in a new issue