0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-12-28 00:14:07 +01:00

blacklist: add return statement. d'oh.

This commit is contained in:
Elizabeth Myers 2016-06-27 19:00:00 -05:00
parent 57779d5439
commit 2374f221fe
No known key found for this signature in database
GPG key ID: 1A10EF78D83E317B

View file

@ -333,6 +333,8 @@ lookup_all_blacklists(struct auth_client *auth)
return false;
set_provider_timeout_relative(auth, SELF_PID, blacklist_timeout);
return true;
}
static inline void