blacklistd: silence sign-conversion warning from Clang

Obtained from:	NetBSD 518a28b2e752
This commit is contained in:
Ed Maste 2022-10-12 14:10:21 -04:00
parent fca7ac55f8
commit b290769b98

View file

@ -61,7 +61,7 @@ int
blacklist_sa_r(struct blacklist *bl, int action, int rfd,
const struct sockaddr *sa, socklen_t slen, const char *msg)
{
int internal_action;
bl_type_t internal_action;
/* internal values are not the same as user application values */
switch (action) {