blob: 2ec07b75d1e61a2d74086d1ff7f5493bf0ddccc9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
|
--- auth-bozo.c.orig 2021-02-14 09:39:00 UTC
+++ auth-bozo.c
@@ -106,9 +106,9 @@ bozo_auth_check(bozo_httpreq_t *request, const char *f
break;
fclose(fp);
-#ifndef NO_BLOCKLIST_SUPPORT
- pfilter_notify(BLOCKLIST_AUTH_OK, 200);
-#endif /* !NO_BLOCKLIST_SUPPORT */
+#ifndef NO_BLACKLIST_SUPPORT
+ pfilter_notify(BLACKLIST_AUTH_OK, 200);
+#endif /* !NO_BLACKLIST_SUPPORT */
return 0;
}
|